projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
506206e
)
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
Benjamin Otte
<otte@redhat.com>
Mon, 27 Mar 2023 21:37:01 +0000
(23:37 +0200)
gtk/gtkenums.h
patch
|
blob
|
history
diff --git
a/gtk/gtkenums.h
b/gtk/gtkenums.h
index eb460ea997a95dfa1505627d8b781af8f61066f9..9a4ab205a828258c91e58b13dd1a7f7ed157a564 100644
(file)
--- 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__ */