summaryrefslogtreecommitdiff
path: root/gio
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
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')
-rw-r--r--gio/gdbusobjectmanagerclient.c2
-rw-r--r--gio/gdbusproxy.c2
2 files changed, 2 insertions, 2 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.
*
diff --git a/gio/gdbusproxy.c b/gio/gdbusproxy.c
index 38ccd285a..ae7058371 100644
--- a/gio/gdbusproxy.c
+++ b/gio/gdbusproxy.c
@@ -572,7 +572,7 @@ g_dbus_proxy_class_init (GDBusProxyClass *klass)
/**
* GDBusProxy::g-properties-changed:
* @proxy: The #GDBusProxy emitting the signal.
- * @changed_properties: A #GVariant containing the properties that changed
+ * @changed_properties: A #GVariant containing the properties that changed (type: `a{sv}`)
* @invalidated_properties: A %NULL terminated array of properties that was invalidated
*
* Emitted when one or more D-Bus properties on @proxy changes. The