[gtk+] [GI] Add method annotation for gtk_grab_add and gtk_grab_remove.



commit 395b13bbcef1e4b9cda2fb2c3883998f6457ea66
Author: Laszlo Pandy <lpandy src gnome org>
Date:   Thu Feb 3 15:20:23 2011 +0100

    [GI] Add method annotation for gtk_grab_add and gtk_grab_remove.

 gtk/gtkmain.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index 47d8839..515f05b 100644
--- a/gtk/gtkmain.c
+++ b/gtk/gtkmain.c
@@ -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
  *
  * 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
  *
  * Removes the grab from the given widget.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]