From: Benjamin Otte Date: Sat, 25 Mar 2023 22:57:17 +0000 (+0100) Subject: enums: Move G_END_DECLS to the end of the file X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~4^2~17^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=340ab6c20f6994151182cd898a2bf5b3208eb61e;p=gtk4.git enums: Move G_END_DECLS to the end of the file --- diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h index 679c75e447..5257d461dc 100644 --- a/gtk/gtkenums.h +++ b/gtk/gtkenums.h @@ -852,8 +852,6 @@ typedef enum { GTK_LEVEL_BAR_MODE_DISCRETE } GtkLevelBarMode; -G_END_DECLS - /** * GtkInputPurpose: * @GTK_INPUT_PURPOSE_FREE_FORM: Allow any character @@ -1670,4 +1668,6 @@ typedef enum { /*< prefix=GTK_ACCESSIBLE_SORT >*/ GTK_ACCESSIBLE_SORT_OTHER } GtkAccessibleSort; +G_END_DECLS + #endif /* __GTK_ENUMS_H__ */