[libsecret] Use correct annotations for Gio.DBusProxy
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsecret] Use correct annotations for Gio.DBusProxy
- Date: Mon, 18 Feb 2013 14:22:34 +0000 (UTC)
commit c2d6affaddf76a45fc827408431c0d963e41d01e
Author: Stef Walter <stefw gnome org>
Date: Wed Feb 13 17:19:02 2013 +0100
Use correct annotations for Gio.DBusProxy
libsecret/secret-methods.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/libsecret/secret-methods.c b/libsecret/secret-methods.c
index fbb4448..1e55ce3 100644
--- a/libsecret/secret-methods.c
+++ b/libsecret/secret-methods.c
@@ -727,7 +727,7 @@ service_xlock_finish (SecretService *service,
/**
* secret_service_lock:
* @service: (allow-none): the secret service
- * @objects: (element-type GLib.DBusProxy): the items or collections to lock
+ * @objects: (element-type Gio.DBusProxy): the items or collections to lock
* @cancellable: optional cancellation object
* @callback: called when the operation completes
* @user_data: data to pass to the callback
@@ -761,7 +761,7 @@ secret_service_lock (SecretService *service,
* secret_service_lock_finish:
* @service: (allow-none): the secret service
* @result: asynchronous result passed to the callback
- * @locked: (out) (element-type GLib.DBusProxy) (transfer full) (allow-none):
+ * @locked: (out) (element-type Gio.DBusProxy) (transfer full) (allow-none):
* location to place list of items or collections that were locked
* @error: location to place an error on failure
*
@@ -788,9 +788,9 @@ secret_service_lock_finish (SecretService *service,
/**
* secret_service_lock_sync:
* @service: (allow-none): the secret service
- * @objects: (element-type GLib.DBusProxy): the items or collections to lock
+ * @objects: (element-type Gio.DBusProxy): the items or collections to lock
* @cancellable: optional cancellation object
- * @locked: (out) (element-type GLib.DBusProxy) (transfer full) (allow-none):
+ * @locked: (out) (element-type Gio.DBusProxy) (transfer full) (allow-none):
* location to place list of items or collections that were locked
* @error: location to place an error on failure
*
@@ -841,7 +841,7 @@ secret_service_lock_sync (SecretService *service,
/**
* secret_service_unlock:
* @service: (allow-none): the secret service
- * @objects: (element-type GLib.DBusProxy): the items or collections to unlock
+ * @objects: (element-type Gio.DBusProxy): the items or collections to unlock
* @cancellable: optional cancellation object
* @callback: called when the operation completes
* @user_data: data to pass to the callback
@@ -875,7 +875,7 @@ secret_service_unlock (SecretService *service,
* secret_service_unlock_finish:
* @service: (allow-none): the secret service
* @result: asynchronous result passed to the callback
- * @unlocked: (out) (element-type GLib.DBusProxy) (transfer full) (allow-none):
+ * @unlocked: (out) (element-type Gio.DBusProxy) (transfer full) (allow-none):
* location to place list of items or collections that were unlocked
* @error: location to place an error on failure
*
@@ -902,9 +902,9 @@ secret_service_unlock_finish (SecretService *service,
/**
* secret_service_unlock_sync:
* @service: (allow-none): the secret service
- * @objects: (element-type GLib.DBusProxy): the items or collections to unlock
+ * @objects: (element-type Gio.DBusProxy): the items or collections to unlock
* @cancellable: optional cancellation object
- * @unlocked: (out) (element-type GLib.DBusProxy) (transfer full) (allow-none):
+ * @unlocked: (out) (element-type Gio.DBusProxy) (transfer full) (allow-none):
* location to place list of items or collections that were unlocked
* @error: location to place an error on failure
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]