Use the appropriate prefix for GtkBuilderClosureFlags

Facilitate the job of glib-mkenums, and ensure that the enumeration
nicknames are computed reliably.
This commit is contained in:
Emmanuele Bassi 2020-12-01 17:26:34 +00:00
parent d820fea7a4
commit 516f71bbdc

View File

@ -44,7 +44,7 @@ G_DECLARE_INTERFACE (GtkBuilderScope, gtk_builder_scope, GTK, BUILDER_SCOPE, GOb
* values and raise a %GTK_BUILDER_ERROR_INVALID_ATTRIBUTE error when they
* encounter one.
*/
typedef enum {
typedef enum { /*< prefix=GTK_BUILDER_CLOSURE >*/
GTK_BUILDER_CLOSURE_SWAPPED = (1 << 0)
} GtkBuilderClosureFlags;