summaryrefslogtreecommitdiffstats
path: root/gi/pygi-argument.c
diff options
context:
space:
mode:
Diffstat (limited to 'gi/pygi-argument.c')
-rw-r--r--gi/pygi-argument.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gi/pygi-argument.c b/gi/pygi-argument.c
index df88a6c..4bedc82 100644
--- a/gi/pygi-argument.c
+++ b/gi/pygi-argument.c
@@ -1518,6 +1518,7 @@ _pygi_argument_to_object (GArgument *arg,
break;
}
+ case GI_INFO_TYPE_INTERFACE:
case GI_INFO_TYPE_OBJECT:
if (arg->v_pointer == NULL) {
object = Py_None;