summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-09-19 07:57:30 +0200
committerThomas Haller <thaller@redhat.com>2018-09-19 08:01:06 +0200
commitd23798bd174bb28f057ab30ede9770d123251b7f (patch)
tree21a18e88c19bb26aff331c4c149409260c118544
parenta82e9083c14dc11268a02d4bcb56d02a720217b0 (diff)
downloadNetworkManager-th/libnm-object-path-skip.tar.gz
libnm: don't skip NMObject:path from documentation and introspectionth/libnm-object-path-skip
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 Fixes: 1f5b48a59eb46c40cb10bf4381b2b21a19a9f471
-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 4fcea8785a..d2ae25aab1 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.
**/