summaryrefslogtreecommitdiff
path: root/src/polkitagent/polkitagentlistener.c
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2013-04-15 23:08:21 +0200
committerMiloslav Trmač <mitr@redhat.com>2013-04-15 23:22:50 +0200
commit2717d8595d33b378f07d51395eaa3b35bb3d8762 (patch)
treeccf764cfc15db255e3514ab8ad46442072cc5e60 /src/polkitagent/polkitagentlistener.c
parent794d6cadaec33ddebbbabc8d0f80380189b71d88 (diff)
downloadpolkit-2717d8595d33b378f07d51395eaa3b35bb3d8762.tar.gz
Add annotations for element types of returned lists
... to silence warnings when g-ir-scanner warnings are enabled. https://bugs.freedesktop.org/show_bug.cgi?id=63573
Diffstat (limited to 'src/polkitagent/polkitagentlistener.c')
-rw-r--r--src/polkitagent/polkitagentlistener.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polkitagent/polkitagentlistener.c b/src/polkitagent/polkitagentlistener.c
index 29a0fdf..8c333af 100644
--- a/src/polkitagent/polkitagentlistener.c
+++ b/src/polkitagent/polkitagentlistener.c
@@ -749,7 +749,7 @@ polkit_agent_listener_class_init (PolkitAgentListenerClass *klass)
* @icon_name: A themed icon name representing the action or %NULL.
* @details: Details describing the action.
* @cookie: The cookie for the authentication request.
- * @identities: A list of #PolkitIdentity objects that the user can choose to authenticate as.
+ * @identities: (element-type Polkit.Identity): A list of #PolkitIdentity objects that the user can choose to authenticate as.
* @cancellable: A #GCancellable.
* @callback: Function to call when the user is done authenticating.
* @user_data: Data to pass to @callback.