docs: Add missing documentation to GtkPopover

This commit is contained in:
Emmanuele Bassi 2020-12-16 15:32:32 +00:00
parent e4b7847904
commit ab59c47880

View File

@ -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)
{