mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
Popover: Minimally document the ::closed signal
This is better than nothing at all. The wording is taken from Carlos's commit message when he added this shortly before 3.12 (but skip Since). Skip the bit from his commit message explaining what this replaced; we don't need to say all the less good things our convenience API replaces.
This commit is contained in:
parent
18199a3cef
commit
31b8e0f109
@ -1650,6 +1650,12 @@ gtk_popover_class_init (GtkPopoverClass *klass)
|
||||
|
||||
g_object_class_install_properties (object_class, NUM_PROPERTIES, properties);
|
||||
|
||||
/**
|
||||
* GtkPopover::closed:
|
||||
*
|
||||
* This signal is emitted when the popover is dismissed either through
|
||||
* API or user interaction.
|
||||
*/
|
||||
signals[CLOSED] =
|
||||
g_signal_new (I_("closed"),
|
||||
G_TYPE_FROM_CLASS (object_class),
|
||||
|
Loading…
Reference in New Issue
Block a user