mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
docs: Add gtk-doc stanza for GtkExpander::activate
This commit is contained in:
parent
1cb72536ea
commit
308115ebae
@ -369,6 +369,12 @@ gtk_expander_class_init (GtkExpanderClass *klass)
|
|||||||
GTK_TYPE_WIDGET,
|
GTK_TYPE_WIDGET,
|
||||||
GTK_PARAM_READWRITE));
|
GTK_PARAM_READWRITE));
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GtkExpander::activate:
|
||||||
|
* @expander: the #GtkExpander that emitted the signal
|
||||||
|
*
|
||||||
|
* Activates the #GtkExpander.
|
||||||
|
*/
|
||||||
activate_signal =
|
activate_signal =
|
||||||
g_signal_new (I_("activate"),
|
g_signal_new (I_("activate"),
|
||||||
G_TYPE_FROM_CLASS (gobject_class),
|
G_TYPE_FROM_CLASS (gobject_class),
|
||||||
|
Loading…
Reference in New Issue
Block a user