mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
girepository: Fix hole in GIFunctionInfoFlags
It’s unclear why there was a hole in this. Let’s keep things less
confusing by eliminating it.
Fixes commit 453dd4be9e
.
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
@@ -416,7 +416,7 @@ typedef enum
|
||||
GI_FUNCTION_IS_GETTER = 1 << 2,
|
||||
GI_FUNCTION_IS_SETTER = 1 << 3,
|
||||
GI_FUNCTION_WRAPS_VFUNC = 1 << 4,
|
||||
GI_FUNCTION_IS_ASYNC = 1 << 8,
|
||||
GI_FUNCTION_IS_ASYNC = 1 << 5,
|
||||
} GIFunctionInfoFlags;
|
||||
|
||||
G_END_DECLS
|
||||
|
Reference in New Issue
Block a user