summaryrefslogtreecommitdiff
path: root/telepathy-glib
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-glib')
-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
*/