summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon.jongsma@collabora.co.uk>2011-02-23 22:13:02 -0600
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-24 15:19:26 +0100
commitab3968c64b3fb093d972c222c38802292e8e1bd9 (patch)
tree335604872c19ca1d98f8dc23b40ca9ff9a32c7f6
parent72e8034061c20a93f4be04b6a16ca123fd44b956 (diff)
downloadtelepathy-glib-ab3968c64b3fb093d972c222c38802292e8e1bd9.tar.gz
SimplePasswordManager: Add introspection annotations
-rw-r--r--telepathy-glib/base-password-channel.c (renamed from telepathy-glib/simple-password-channel.c)0
-rw-r--r--telepathy-glib/base-password-channel.h (renamed from telepathy-glib/simple-password-channel.h)0
-rw-r--r--telepathy-glib/simple-password-manager.c13
3 files changed, 7 insertions, 6 deletions
diff --git a/telepathy-glib/simple-password-channel.c b/telepathy-glib/base-password-channel.c
index 877aecfd5..877aecfd5 100644
--- a/telepathy-glib/simple-password-channel.c
+++ b/telepathy-glib/base-password-channel.c
diff --git a/telepathy-glib/simple-password-channel.h b/telepathy-glib/base-password-channel.h
index bf69ba21f..bf69ba21f 100644
--- a/telepathy-glib/simple-password-channel.h
+++ b/telepathy-glib/base-password-channel.h
diff --git a/telepathy-glib/simple-password-manager.c b/telepathy-glib/simple-password-manager.c
index 1cef489db..0f44abd69 100644
--- a/telepathy-glib/simple-password-manager.c
+++ b/telepathy-glib/simple-password-manager.c
@@ -453,8 +453,8 @@ tp_simple_password_manager_prompt_async (
* Retrieve the value of the request begun with
* tp_simple_password_manager_prompt_async().
*
- * Returns: a #GString with the password (or byte-blob) retrieved
- * by @manager
+ * Returns: (transfer none): a #GString with the password (or byte-blob)
+ * retrieved by @manager
*
* Since: 0.13.8
*/
@@ -485,15 +485,16 @@ tp_simple_password_manager_prompt_finish (
* tp_simple_password_manager_prompt_for_channel_finish:
* @self: a #TpSimplePasswordManager
* @result: a #GAsyncResult
- * @channel: an output location to retrieve the custom password channel that
- * was passed to tp_simple_password_manager_prompt_for_channel_async()
+ * @channel: (transfer none): an output location to retrieve the custom
+ * password channel that was passed to
+ * tp_simple_password_manager_prompt_for_channel_async()
* @error: a #GError to fill
*
* Retrieve the value of the request begun with
* tp_simple_password_manager_prompt_for_channel_async().
*
- * Returns: a #GString with the password (or byte-blob) retrieved
- * by @manager
+ * Returns: (transfer none): a #GString with the password (or byte-blob)
+ * retrieved by @manager
*
* Since: 0.13.UNRELEASED
*/