summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-12-16 15:29:24 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2020-12-16 16:29:00 +0000
commit308115ebaede2ccbd7db7dccca3f646a9fef6c8d (patch)
tree6a9f63adf1c88314ca2f0567418400d422b3df05
parent1cb72536ea0b11c3d34015a9f7bfe77faa71dbe8 (diff)
downloadgtk+-308115ebaede2ccbd7db7dccca3f646a9fef6c8d.tar.gz
docs: Add gtk-doc stanza for GtkExpander::activate
-rw-r--r--gtk/gtkexpander.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c
index bbe08fcced..16adad8f44 100644
--- a/gtk/gtkexpander.c
+++ b/gtk/gtkexpander.c
@@ -369,6 +369,12 @@ gtk_expander_class_init (GtkExpanderClass *klass)
GTK_TYPE_WIDGET,
GTK_PARAM_READWRITE));
+ /**
+ * GtkExpander::activate:
+ * @expander: the #GtkExpander that emitted the signal
+ *
+ * Activates the #GtkExpander.
+ */
activate_signal =
g_signal_new (I_("activate"),
G_TYPE_FROM_CLASS (gobject_class),