diff options
author | Simon Feltman <sfeltman@src.gnome.org> | 2014-01-12 11:41:20 -0800 |
---|---|---|
committer | Simon Feltman <sfeltman@src.gnome.org> | 2014-02-02 16:02:57 -0800 |
commit | b8120d848dc5d36832123b1a913015f6e1fd8cdc (patch) | |
tree | ec7f00249805fd940b8776aac7347a2c813b8beb /gi/pygi-signal-closure.c | |
parent | c2d5857e9b964427190e1230be32ae7919e86bc0 (diff) | |
download | pygobject-b8120d848dc5d36832123b1a913015f6e1fd8cdc.tar.gz |
marshal refactoring: Move GIArgument from GValue code to new file
Add gi/pygi-value.h and .c files with initial contents of
_pygi_argument_from_g_value. Eventually this file will contain all code
related to GValue marshaling from various code locations in the project.
https://bugzilla.gnome.org/show_bug.cgi?id=709700
Diffstat (limited to 'gi/pygi-signal-closure.c')
-rw-r--r-- | gi/pygi-signal-closure.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gi/pygi-signal-closure.c b/gi/pygi-signal-closure.c index bcd13206..60f66575 100644 --- a/gi/pygi-signal-closure.c +++ b/gi/pygi-signal-closure.c @@ -19,6 +19,7 @@ */ #include "pygi-private.h" +#include "pygi-value.h" static GISignalInfo * _pygi_lookup_signal_from_g_type (GType g_type, |