summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-11-19 12:37:19 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-11-19 12:37:19 -0500
commit3dc53dab697b76fc3ec414ad21f6f5ee51fef529 (patch)
tree18bc7351ebbd49c8c0568e8cdab9a9d30ae1142a /gtk/gtkwidget.h
parentc9c391bd55c23b1b3733ebe88be5db5a1a1b819d (diff)
downloadgtk+-3dc53dab697b76fc3ec414ad21f6f5ee51fef529.tar.gz
Document ::snapshot vfunc
Diffstat (limited to 'gtk/gtkwidget.h')
-rw-r--r--gtk/gtkwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h
index 7a3f06129c..911f3ba839 100644
--- a/gtk/gtkwidget.h
+++ b/gtk/gtkwidget.h
@@ -315,6 +315,8 @@ struct _GtkWidget
* region.
* @queue_draw_child: Child wants to be redrawn. The region given is in
* the child's coordinate system.
+ * @snapshot: Signal emitted when a widget is supposed to create a snapshot
+ * of itself.
*/
struct _GtkWidgetClass
{