summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-04-20 17:52:48 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-04-26 10:19:26 -0400
commitb2e121039e05ee8a8b99eb7eaab652b9b78df79b (patch)
treeac185f94ff7262814c3a32192307788231029b60
parent1a0726ef311ef0c03ffa324ed13b085427f3828a (diff)
downloadgtk+-b2e121039e05ee8a8b99eb7eaab652b9b78df79b.tar.gz
gl area: Add a few missing docs
-rw-r--r--gtk/gtkglarea.c4
-rw-r--r--gtk/gtkglarea.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/gtk/gtkglarea.c b/gtk/gtkglarea.c
index ef752ab046..bec792230c 100644
--- a/gtk/gtkglarea.c
+++ b/gtk/gtkglarea.c
@@ -884,10 +884,10 @@ gtk_gl_area_class_init (GtkGLAreaClass *klass)
GDK_TYPE_GL_CONTEXT);
/**
- * GtkGLArea::resized:
+ * GtkGLArea::resize:
* @area: the #GtkGLArea that emitted the signal
*
- * The ::resized signal is emitted once when the widget is realized, and
+ * The ::resize signal is emitted once when the widget is realized, and
* then each time the widget is changed while realized. This is useful
* in order to keep GL state up to date with the widget size, like for
* instance camera properties which may depend on the width/height ratio.
diff --git a/gtk/gtkglarea.h b/gtk/gtkglarea.h
index ebd0829b9e..75d9a21607 100644
--- a/gtk/gtkglarea.h
+++ b/gtk/gtkglarea.h
@@ -55,6 +55,8 @@ struct _GtkGLArea
/**
* GtkGLAreaClass:
* @render: class closure for the #GtkGLArea::render signal
+ * @resize: class closeure for the #GtkGLArea::resize signal
+ * @create_context: class closure for the #GtkGLArea::create-context signal
*
* The `GtkGLAreaClass` structure contains only private data.
*