[GI] Add method annotation for gtk_grab_add and gtk_grab_remove.

This commit is contained in:
Laszlo Pandy
2011-02-03 15:20:23 +01:00
parent 295c2fe8d1
commit 395b13bbce

View File

@ -2151,7 +2151,7 @@ gtk_grab_notify (GtkWindowGroup *group,
} }
/** /**
* gtk_grab_add: * gtk_grab_add: (method)
* @widget: The widget that grabs keyboard and pointer events * @widget: The widget that grabs keyboard and pointer events
* *
* Makes @widget the current grabbed widget. * Makes @widget the current grabbed widget.
@ -2205,7 +2205,7 @@ gtk_grab_get_current (void)
} }
/** /**
* gtk_grab_remove: * gtk_grab_remove: (method)
* @widget: The widget which gives up the grab * @widget: The widget which gives up the grab
* *
* Removes the grab from the given widget. * Removes the grab from the given widget.