docs: Annotate GdkPopup

This commit is contained in:
Emmanuele Bassi
2020-12-01 13:42:07 +00:00
parent 6e4dd5811d
commit ecce3756d4

View File

@@ -31,6 +31,11 @@ G_BEGIN_DECLS
#define GDK_TYPE_POPUP (gdk_popup_get_type ())
/**
* GdkPopup:
*
* Interface for popup surfaces.
*/
GDK_AVAILABLE_IN_ALL
G_DECLARE_INTERFACE (GdkPopup, gdk_popup, GDK, POPUP, GObject)