forked from AuroraMiddleware/gtk
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:
commit
80a8b59f24
@ -69,7 +69,7 @@ typedef struct _GtkWindow GtkWindow;
|
|||||||
* Refer to each function's documentation for if this value is
|
* Refer to each function's documentation for if this value is
|
||||||
* allowed and what it does.
|
* allowed and what it does.
|
||||||
*/
|
*/
|
||||||
#define GTK_INVALID_LIST_POSITION ((guint32) 0xffffffff)
|
#define GTK_INVALID_LIST_POSITION ((guint) 0xffffffff)
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user