From 75dab1662cf7af7265f29fb99da952f8a8633d19 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 30 Nov 2014 19:22:51 -0500 Subject: [PATCH] Add missing docs Document GtkSwitch::state_set. --- gtk/gtkswitch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/gtkswitch.h b/gtk/gtkswitch.h index 0e561f8ba6..9ca42a0995 100644 --- a/gtk/gtkswitch.h +++ b/gtk/gtkswitch.h @@ -63,6 +63,7 @@ struct _GtkSwitch * GtkSwitchClass: * @parent_class: The parent class. * @activate: An action signal and emitting it causes the switch to animate. + * @state_set: Class handler for the ::state-set signal. */ struct _GtkSwitchClass {