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)
committerBenjamin Otte <otte@redhat.com>
Mon, 27 Mar 2023 21:37:01 +0000 (23:37 +0200)
gtk/gtkenums.h

index eb460ea997a95dfa1505627d8b781af8f61066f9..9a4ab205a828258c91e58b13dd1a7f7ed157a564 100644 (file)
@@ -877,8 +877,6 @@ typedef enum {
   GTK_LEVEL_BAR_MODE_DISCRETE
 } GtkLevelBarMode;
 
-G_END_DECLS
-
 /**
  * GtkInputPurpose:
  * @GTK_INPUT_PURPOSE_FREE_FORM: Allow any character
@@ -1698,4 +1696,6 @@ typedef enum { /*< prefix=GTK_ACCESSIBLE_SORT >*/
   GTK_ACCESSIBLE_SORT_OTHER
 } GtkAccessibleSort;
 
+G_END_DECLS
+
 #endif /* __GTK_ENUMS_H__ */