mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 02:10:10 +00:00
docs: Add missing documentation to GtkPopover
This commit is contained in:
parent
e4b7847904
commit
ab59c47880
@ -577,6 +577,12 @@ present_popup (GtkPopover *popover)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_popover_present:
|
||||
* @popover: a #GtkPopover
|
||||
*
|
||||
* Presents the popover to the user.
|
||||
*/
|
||||
void
|
||||
gtk_popover_present (GtkPopover *popover)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user