[GI] Add missing (transfer) annotations

This commit is contained in:
Pavel Holejsovsky
2011-01-18 10:01:17 +01:00
parent 9b88eb356d
commit 2f0d40335b
45 changed files with 126 additions and 113 deletions

View File

@ -2384,9 +2384,9 @@ gtk_invoke_key_snoopers (GtkWidget *grab_widget,
* the current event will be the #GdkEventButton that triggered
* the ::clicked signal.
*
* Return value: a copy of the current event, or %NULL if there is
* no current event. The returned event must be freed with
* gdk_event_free().
* Return value: (transfer full): a copy of the current event, or
* %NULL if there is no current event. The returned event must be
* freed with gdk_event_free().
*/
GdkEvent*
gtk_get_current_event (void)