mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 03:10:16 +01:00
libnm: don't skip NMObject:path from documentation and introspection
The D-Bus path is a useful property, also exposed via nm_object_get_path() function. Don't mark it to be skipped from documentation and introspection. This was changed in "1f5b48a59e libnm: use the o.fd.DBus.ObjectManager API for object management" and was an API breakage of libnm. This also caused a bug in gnome-shell [1]. [1] https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/240/diffs [2] https://bugzilla.redhat.com/show_bug.cgi?id=1628263 https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/16 Fixes:1f5b48a59e(cherry picked from commitbbc88cd07f) (cherry picked from commitb873a93b93)
This commit is contained in:
parent
d506400ef3
commit
ea4150d08f
1 changed files with 1 additions and 1 deletions
|
|
@ -1292,7 +1292,7 @@ nm_object_class_init (NMObjectClass *nm_object_class)
|
|||
/* Properties */
|
||||
|
||||
/**
|
||||
* NMObject:path: (skip)
|
||||
* NMObject:path:
|
||||
*
|
||||
* The D-Bus object path.
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue