summaryrefslogtreecommitdiff
path: root/gio/gdbusobjectmanagerclient.c
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2018-04-25 15:30:46 +0100
committerPhilip Withnall <withnall@endlessm.com>2018-04-25 15:30:46 +0100
commit384a166ed3284f9557d8b7819d95c1639a492132 (patch)
tree376175763b9ff55155e64a5e17fe79725ae26c68 /gio/gdbusobjectmanagerclient.c
parent85a32c713740340e296e6db1acc220b535d7011c (diff)
gdbus: Clarify types of g-properties-changed signal arguments
Make it a bit more obvious that the changed properties are provided as an a{sv}. Signed-off-by: Philip Withnall <withnall@endlessm.com> Reviewed-by: nobody
Diffstat (limited to 'gio/gdbusobjectmanagerclient.c')
-rw-r--r--gio/gdbusobjectmanagerclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gdbusobjectmanagerclient.c b/gio/gdbusobjectmanagerclient.c
index 08c94d506..6a59c28b4 100644
--- a/gio/gdbusobjectmanagerclient.c
+++ b/gio/gdbusobjectmanagerclient.c
@@ -531,7 +531,7 @@ g_dbus_object_manager_client_class_init (GDBusObjectManagerClientClass *klass)
* @manager: The #GDBusObjectManagerClient emitting the signal.
* @object_proxy: The #GDBusObjectProxy on which an interface has properties that are changing.
* @interface_proxy: The #GDBusProxy that has properties that are changing.
- * @changed_properties: A #GVariant containing the properties that changed.
+ * @changed_properties: A #GVariant containing the properties that changed (type: `a{sv}`).
* @invalidated_properties: (array zero-terminated=1) (element-type utf8): A %NULL terminated
* array of properties that were invalidated.
*