Fix missing (transfer) annotations in GDK
Mostly missing (transfer none).
This commit is contained in:
		| @ -80,8 +80,8 @@ _gdk_xid_table_remove (GdkDisplay *display, | ||||
|  * | ||||
|  * Returns the GDK object associated with the given X id. | ||||
|  * | ||||
|  * Return value: the associated #GdkWindow or %NULL if no | ||||
|  *     object is associated with the X id. | ||||
|  * Return value: (transfer none): the associated #GdkWindow, or %NULL | ||||
|  *     of no object is associated with the X id. | ||||
|  * | ||||
|  * Since: 2.2 | ||||
|  */ | ||||
| @ -110,8 +110,8 @@ gdk_xid_table_lookup_for_display (GdkDisplay  *display, | ||||
|  * Returns the Gdk object associated with the given X id for the default | ||||
|  * display. | ||||
|  * | ||||
|  * Return value: the associated #GdkWindow or %NULL if no | ||||
|  *     object is associated with the X id. | ||||
|  * Return value: (transfer none): the associated #GdkWindow, or %NULL | ||||
|  *     if no object is associated with the X id. | ||||
|  */ | ||||
| gpointer | ||||
| gdk_xid_table_lookup (XID xid) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Milan Bouchet-Valat
					Milan Bouchet-Valat