summaryrefslogtreecommitdiff
path: root/gi/pygi-struct.h
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-07-12 08:44:38 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2017-07-12 08:44:42 +0900
commit1676d45a3ca971e18e44c9d5cf2972b3c858a528 (patch)
treecc6cc17c74ca19a11e24be6255845b5646b9e95e /gi/pygi-struct.h
parentb34b5d5be117c5f7bf0bdc90f927dddada3b6118 (diff)
downloadpygobject2-1676d45a3ca971e18e44c9d5cf2972b3c858a528.tar.gz
pygobject2-1676d45a3ca971e18e44c9d5cf2972b3c858a528.tar.bz2
pygobject2-1676d45a3ca971e18e44c9d5cf2972b3c858a528.zip
Imported Upstream version 3.19.91
Change-Id: I1db218cf8c13ceaf96e044a7bd2a6f9a285854b3 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'gi/pygi-struct.h')
-rw-r--r--gi/pygi-struct.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gi/pygi-struct.h b/gi/pygi-struct.h
index ab303e0..347c55f 100644
--- a/gi/pygi-struct.h
+++ b/gi/pygi-struct.h
@@ -31,6 +31,11 @@ _pygi_struct_new (PyTypeObject *type,
gpointer pointer,
gboolean free_on_dealloc);
+PyObject *
+_pygi_struct_new_from_g_type (GType g_type,
+ gpointer pointer,
+ gboolean free_on_dealloc);
+
void _pygi_struct_register_types (PyObject *m);
G_END_DECLS