summaryrefslogtreecommitdiff
path: root/gtk/gtkglarea.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2015-06-11 11:39:38 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2015-06-11 11:45:03 +0100
commit7410a4a994eb4b0f0696cab9651c5b834ffc76cd (patch)
tree256dea7e60104569c667fdc4f603253b673ba74e /gtk/gtkglarea.c
parentd11e81257e220c2a78acdcc4fab6f0bee99128c4 (diff)
downloadgtk+-7410a4a994eb4b0f0696cab9651c5b834ffc76cd.tar.gz
docs: Fix annotation for GtkGLArea::resize signal
We need to document all arguments for the signal, for both gtk-doc and introspection.
Diffstat (limited to 'gtk/gtkglarea.c')
-rw-r--r--gtk/gtkglarea.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkglarea.c b/gtk/gtkglarea.c
index bec792230c..5cf8bf2dc6 100644
--- a/gtk/gtkglarea.c
+++ b/gtk/gtkglarea.c
@@ -886,6 +886,8 @@ gtk_gl_area_class_init (GtkGLAreaClass *klass)
/**
* GtkGLArea::resize:
* @area: the #GtkGLArea that emitted the signal
+ * @width: the width of the viewport
+ * @height: the height of the viewport
*
* The ::resize signal is emitted once when the widget is realized, and
* then each time the widget is changed while realized. This is useful