diff options
Diffstat (limited to 'gi/pygi-marshal-to-py.c')
-rw-r--r-- | gi/pygi-marshal-to-py.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gi/pygi-marshal-to-py.c b/gi/pygi-marshal-to-py.c index d5a07349..a6d90c26 100644 --- a/gi/pygi-marshal-to-py.c +++ b/gi/pygi-marshal-to-py.c @@ -34,7 +34,7 @@ #include "pygi-marshal-cleanup.h" #include "pygi-marshal-to-py.h" -gboolean +static gboolean gi_argument_to_c_long (GIArgument *arg_in, long *c_long_out, GITypeTag type_tag) @@ -72,7 +72,7 @@ gi_argument_to_c_long (GIArgument *arg_in, } } -gboolean +static gboolean gi_argument_to_gsize (GIArgument *arg_in, gsize *gsize_out, GITypeTag type_tag) |