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

@ -1277,7 +1277,7 @@ gdk_event_set_screen (GdkEvent *event,
* to which <literal>event->motion.x_root</literal> and
* <literal>event->motion.y_root</literal> are relative.
*
* Return value: the screen for the event
* Return value: (transfer none): the screen for the event
*
* Since: 2.2
**/