From 5d9ccf162ed99d7515fe3cdd14211cc7dca94e35 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 4 May 2017 22:16:37 +0100 Subject: [PATCH] gio: Annotate GDBusObjectManagerClient signal appropriately https://bugzilla.gnome.org/show_bug.cgi?id=756009 --- gio/gdbusobjectmanagerclient.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gio/gdbusobjectmanagerclient.c b/gio/gdbusobjectmanagerclient.c index 17a515a37..1c00797cd 100644 --- a/gio/gdbusobjectmanagerclient.c +++ b/gio/gdbusobjectmanagerclient.c @@ -532,7 +532,8 @@ g_dbus_object_manager_client_class_init (GDBusObjectManagerClientClass *klass) * @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. - * @invalidated_properties: A %NULL terminated array of properties that was invalidated. + * @invalidated_properties: (array zero-terminated=1) (element-type utf8): A %NULL terminated + * array of properties that were invalidated. * * Emitted when one or more D-Bus properties on proxy changes. The * local cache has already been updated when this signal fires. Note