diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2020-12-01 17:16:05 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-12-01 17:16:05 +0000 |
commit | 95400e645155981c413abc3e47588b7c52e03c93 (patch) | |
tree | 65fc8e776e116af03562586bfec0714ab035c729 /gtk/gtkappchooserbutton.c | |
parent | d46fe31f544c29a829028bfc262f457a908195f1 (diff) | |
download | gtk+-95400e645155981c413abc3e47588b7c52e03c93.tar.gz |
docs: Annotate GtkAppChooserButton::changed
Diffstat (limited to 'gtk/gtkappchooserbutton.c')
-rw-r--r-- | gtk/gtkappchooserbutton.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/gtkappchooserbutton.c b/gtk/gtkappchooserbutton.c index 7e81e2c925..bc7bbb6876 100644 --- a/gtk/gtkappchooserbutton.c +++ b/gtk/gtkappchooserbutton.c @@ -715,6 +715,13 @@ gtk_app_chooser_button_class_init (GtkAppChooserButtonClass *klass) G_PARAM_READWRITE|G_PARAM_CONSTRUCT|G_PARAM_STATIC_STRINGS|G_PARAM_EXPLICIT_NOTIFY); g_object_class_install_properties (oclass, NUM_PROPERTIES, properties); + /** + * GtkAppChooserButton::changed: + * @self: the object which received the signal + * + * Emitted when the active application on the #GtkAppChooserButton + * changes. + */ signals[SIGNAL_CHANGED] = g_signal_new (I_("changed"), G_OBJECT_CLASS_TYPE (klass), |