Fix missing (transfer) annotations in GDK

Mostly missing (transfer none).
This commit is contained in:
Milan Bouchet-Valat
2010-11-24 20:13:09 +01:00
parent c00b85bf3f
commit 2e3935ba9d
18 changed files with 63 additions and 58 deletions

View File

@ -197,9 +197,9 @@ gdk_selection_owner_set_for_display (GdkDisplay *display,
* process if a foreign window was previously created for that
* window, but a new foreign window will never be created by this call.
*
* Returns: if there is a selection owner for this window, and it is a
* window known to the current process, the #GdkWindow that owns the
* selection, otherwise %NULL.
* Returns: (transfer none): if there is a selection owner for this window,
* and it is a window known to the current process, the #GdkWindow that
* owns the selection, otherwise %NULL.
*
* Since: 2.2
*/