mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
gtktypes: GTK_INVALID_LIST_POSITION should be an int
GListModel uses guint, so the macros we define for it should match that. Related: !3738
This commit is contained in:
parent
5bf5b58eb3
commit
b9d4da9cfe
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user