projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2229ff6
)
enums: Move G_END_DECLS to the end of the file
author
Benjamin Otte
<otte@redhat.com>
Sat, 25 Mar 2023 22:57:17 +0000
(23:57 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 1 Apr 2023 00:21:51 +0000
(20:21 -0400)
gtk/gtkenums.h
patch
|
blob
|
history
diff --git
a/gtk/gtkenums.h
b/gtk/gtkenums.h
index 679c75e44785f5ebd742043f2b09aa1fde6ad6dc..5257d461dc963c4deed588b972997552b24f27e8 100644
(file)
--- 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__ */