diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:48:07 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:48:11 +0900 |
commit | 3b5dc6176476d5ed2313cd7185d985f47e225165 (patch) | |
tree | aee8e1d1c516bf7528eceae708baecfe484baddc /gi/pygi-foreign.c | |
parent | d80fc1d31f28c6bcf9ea34b253e8765321616c3c (diff) | |
download | pygobject2-3b5dc6176476d5ed2313cd7185d985f47e225165.tar.gz pygobject2-3b5dc6176476d5ed2313cd7185d985f47e225165.tar.bz2 pygobject2-3b5dc6176476d5ed2313cd7185d985f47e225165.zip |
Imported Upstream version 3.7.2
Change-Id: I6fbadd2c5d032a44b4b424160cdbd0f097320457
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'gi/pygi-foreign.c')
-rw-r--r-- | gi/pygi-foreign.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gi/pygi-foreign.c b/gi/pygi-foreign.c index 14d20af..ef5abaa 100644 --- a/gi/pygi-foreign.c +++ b/gi/pygi-foreign.c @@ -26,8 +26,8 @@ # include <config.h> #endif +#include "pygobject.h" #include "pygi-foreign.h" -#include "pygi-foreign-gvariant.h" #include <girepository.h> @@ -45,12 +45,6 @@ static void init_foreign_structs () { foreign_structs = g_ptr_array_new (); - - pygi_register_foreign_struct ("GLib", - "Variant", - g_variant_to_arg, - g_variant_from_arg, - g_variant_release_foreign); } static PyGIForeignStruct * |