From ed14d55c2e6e867dceed5b50d601d4d83a838619 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 12 Jul 2017 08:48:49 +0900 Subject: Imported Upstream version 3.7.91.1 Change-Id: I3dcc605b8af37b73443f8f89d884b7b9659959c8 Signed-off-by: DongHun Kwak --- gi/_gobject/pygobject.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gi/_gobject/pygobject.h') diff --git a/gi/_gobject/pygobject.h b/gi/_gobject/pygobject.h index 92dc030..cfd88d7 100644 --- a/gi/_gobject/pygobject.h +++ b/gi/_gobject/pygobject.h @@ -103,7 +103,7 @@ struct _PyGObject_Functions { PyObject *(* type_wrapper_new)(GType type); gint (* enum_get_value)(GType enum_type, PyObject *obj, gint *val); - gint (* flags_get_value)(GType flag_type, PyObject *obj, gint *val); + gint (* flags_get_value)(GType flag_type, PyObject *obj, guint *val); void (* register_gtype_custom)(GType gtype, PyObject *(* from_func)(const GValue *value), int (* to_func)(GValue *value, PyObject *obj)); @@ -168,7 +168,7 @@ struct _PyGObject_Functions { const char *type_name_, const char *strip_prefix, GType gtype); - PyObject* (*flags_from_gtype)(GType gtype, int value); + PyObject* (*flags_from_gtype)(GType gtype, guint value); gboolean threads_enabled; int (*enable_threads) (void); -- cgit v1.2.3