Tons of transfer annotations

This commit is contained in:
Matthias Clasen
2010-09-21 00:18:11 -04:00
parent ca251cf1d4
commit e0aa12eb0a
84 changed files with 815 additions and 772 deletions

View File

@ -310,7 +310,7 @@ gtk_plug_get_embedded (GtkPlug *plug)
*
* Retrieves the socket the plug is embedded in.
*
* Return value: the window of the socket, or %NULL
* Return value: (transfer none): the window of the socket, or %NULL
*
* Since: 2.14
**/
@ -558,7 +558,7 @@ gtk_plug_new (GdkNativeWindow socket_id)
/**
* gtk_plug_new_for_display:
* @display : the #GdkDisplay on which @socket_id is displayed
* @display: the #GdkDisplay on which @socket_id is displayed
* @socket_id: the XID of the socket's window.
*
* Create a new plug widget inside the #GtkSocket identified by socket_id.