Add two annotations for g-i

This commit is contained in:
Dan Winship 2011-05-05 15:18:22 -04:00
parent 17d8d2cc44
commit 914d10055c
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ get_default_tls_backend (gpointer arg)
*
* Gets the default #GTlsBackend for the system.
*
* Returns: a #GTlsBackend
* Returns: (transfer none): a #GTlsBackend
*
* Since: 2.28
*/

View File

@ -222,7 +222,7 @@ g_tls_client_connection_set_validation_flags (GTlsClientConnection *conn,
*
* Gets @conn's expected server identity
*
* Return value: a #GSocketConnectable describing the
* Return value: (transfer none): a #GSocketConnectable describing the
* expected server identity, or %NULL if the expected identity is not
* known.
*