gtk: trick g-ir scanner to add INVALID_LIST_POSITION

without it, the define doesn't get picked in the introspection data
This commit is contained in:
Bilal Elmoussaoui 2021-05-04 21:33:41 +00:00
parent cee6525213
commit dc5aab62c8

View File

@ -66,7 +66,7 @@ typedef struct _GtkWindow GtkWindow;
* Refer to each function's documentation for if this value is allowed and what it
* does.
*/
#define GTK_INVALID_LIST_POSITION (G_MAXUINT)
#define GTK_INVALID_LIST_POSITION (0xffffffffU)
G_END_DECLS