mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 06:26:15 +01:00
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
This commit is contained in:
parent
85a32c7137
commit
384a166ed3
@ -531,7 +531,7 @@ g_dbus_object_manager_client_class_init (GDBusObjectManagerClientClass *klass)
|
|||||||
* @manager: The #GDBusObjectManagerClient emitting the signal.
|
* @manager: The #GDBusObjectManagerClient emitting the signal.
|
||||||
* @object_proxy: The #GDBusObjectProxy on which an interface has properties that are changing.
|
* @object_proxy: The #GDBusObjectProxy on which an interface has properties that are changing.
|
||||||
* @interface_proxy: The #GDBusProxy that 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
|
* @invalidated_properties: (array zero-terminated=1) (element-type utf8): A %NULL terminated
|
||||||
* array of properties that were invalidated.
|
* array of properties that were invalidated.
|
||||||
*
|
*
|
||||||
|
@ -572,7 +572,7 @@ g_dbus_proxy_class_init (GDBusProxyClass *klass)
|
|||||||
/**
|
/**
|
||||||
* GDBusProxy::g-properties-changed:
|
* GDBusProxy::g-properties-changed:
|
||||||
* @proxy: The #GDBusProxy emitting the signal.
|
* @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
|
* @invalidated_properties: A %NULL terminated array of properties that was invalidated
|
||||||
*
|
*
|
||||||
* Emitted when one or more D-Bus properties on @proxy changes. The
|
* Emitted when one or more D-Bus properties on @proxy changes. The
|
||||||
|
Loading…
Reference in New Issue
Block a user