summaryrefslogtreecommitdiff
path: root/libnm
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-09-19 07:57:30 +0200
committerThomas Haller <thaller@redhat.com>2018-09-21 10:36:13 +0200
commitbbc88cd07f6385ebfea1204b76b9f2d52f052c63 (patch)
treeec0c1cee6abd1fcab339f6ba140bcd6651043a75 /libnm
parent7d155757b195274c8ebac1b50d16332a5b7c91ec (diff)
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: 1f5b48a59eb46c40cb10bf4381b2b21a19a9f471
Diffstat (limited to 'libnm')
-rw-r--r--libnm/nm-object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/nm-object.c b/libnm/nm-object.c
index 4fcea8785..d2ae25aab 100644
--- a/libnm/nm-object.c
+++ b/libnm/nm-object.c
@@ -1288,7 +1288,7 @@ nm_object_class_init (NMObjectClass *nm_object_class)
/* Properties */
/**
- * NMObject:path: (skip)
+ * NMObject:path:
*
* The D-Bus object path.
**/