Merge branch 'wip/otte/for-main' into 'main'

gtktypes: GTK_INVALID_LIST_POSITION should be an int

See merge request GNOME/gtk!4218
This commit is contained in:
Benjamin Otte 2021-12-07 15:30:48 +00:00
commit 80a8b59f24

View File

@ -69,7 +69,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 ((guint32) 0xffffffff)
#define GTK_INVALID_LIST_POSITION ((guint) 0xffffffff)
G_END_DECLS