summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2020-12-14 19:47:03 +0000
committerNiels De Graef <nielsdegraef@gmail.com>2020-12-14 19:47:03 +0000
commitdd1c242911af926a4bbf01f3be0e689e60f7638d (patch)
tree4a354936aa96c2326ade83e05bf3293564f704fc
parent21cca20c187425675d0615dda5806d54997e6512 (diff)
parent9d510d5c04d997eb87e8f89e45cf0f59e2fe40e5 (diff)
downloadlibsecret-dd1c242911af926a4bbf01f3be0e689e60f7638d.tar.gz
Merge branch 'wip/cdavis/fix-annotations' into 'master'
secret-paths.c: Add annotations for `paths` variable See merge request GNOME/libsecret!63
-rw-r--r--libsecret/secret-paths.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/libsecret/secret-paths.c b/libsecret/secret-paths.c
index bfdf0ef..0fca0ce 100644
--- a/libsecret/secret-paths.c
+++ b/libsecret/secret-paths.c
@@ -1148,7 +1148,7 @@ _secret_service_xlock_paths_finish (SecretService *self,
/**
* secret_service_lock_dbus_paths_sync: (skip)
* @self: the secret service
- * @paths: the D-Bus object paths of the items or collections to lock
+ * @paths: (array zero-terminated=1): the D-Bus object paths of the items or collections to lock
* @cancellable: optional cancellation object
* @locked: (out) (array zero-terminated=1) (transfer full) (allow-none):
* location to place array of D-Bus paths of items or collections
@@ -1207,7 +1207,7 @@ secret_service_lock_dbus_paths_sync (SecretService *self,
/**
* secret_service_lock_dbus_paths: (skip)
* @self: the secret service
- * @paths: the D-Bus paths for items or collections to lock
+ * @paths: (array zero-terminated=1): the D-Bus paths for items or collections to lock
* @cancellable: optional cancellation object
* @callback: called when the operation completes
* @user_data: data to pass to the callback
@@ -1277,7 +1277,8 @@ secret_service_lock_dbus_paths_finish (SecretService *self,
/**
* secret_service_unlock_dbus_paths_sync: (skip)
* @self: the secret service
- * @paths: the D-Bus object paths of the items or collections to unlock
+ * @paths: (array zero-terminated=1): the D-Bus object paths of the items or
+ * collections to unlock
* @cancellable: optional cancellation object
* @unlocked: (out) (array zero-terminated=1) (transfer full) (allow-none):
* location to place array of D-Bus paths of items or collections
@@ -1336,7 +1337,8 @@ secret_service_unlock_dbus_paths_sync (SecretService *self,
/**
* secret_service_unlock_dbus_paths: (skip)
* @self: the secret service
- * @paths: the D-Bus paths for items or collections to unlock
+ * @paths: (array zero-terminated=1): the D-Bus paths for items or
+ * collections to unlock
* @cancellable: optional cancellation object
* @callback: called when the operation completes
* @user_data: data to pass to the callback