Merge branch 'bilelmoussaoui/trick-gir-list-position' into 'master'

gtk: trick g-ir scanner to add INVALID_LIST_POSITION

See merge request GNOME/gtk!3513
This commit is contained in:
Matthias Clasen 2021-05-05 00:04:16 +00:00
commit 65017a0031

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