enums: Move G_END_DECLS to the end of the file
authorBenjamin Otte <otte@redhat.com>
Sat, 25 Mar 2023 22:57:17 +0000 (23:57 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 1 Apr 2023 00:21:51 +0000 (20:21 -0400)
gtk/gtkenums.h

index 679c75e44785f5ebd742043f2b09aa1fde6ad6dc..5257d461dc963c4deed588b972997552b24f27e8 100644 (file)
@@ -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__ */