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~1^2~491^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a44847e81e83400cebbc1ac3933cc6874e29a100;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 eb460ea997..9a4ab205a8 100644 --- a/gtk/gtkenums.h +++ b/gtk/gtkenums.h @@ -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__ */