summaryrefslogtreecommitdiff
path: root/gi/pygboxed.h
diff options
context:
space:
mode:
Diffstat (limited to 'gi/pygboxed.h')
-rw-r--r--gi/pygboxed.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/gi/pygboxed.h b/gi/pygboxed.h
index 86f72d59..93b3de65 100644
--- a/gi/pygboxed.h
+++ b/gi/pygboxed.h
@@ -20,6 +20,17 @@
#ifndef __PYGOBJECT_BOXED_H__
#define __PYGOBJECT_BOXED_H__
+extern GQuark pygboxed_type_key;
+
+extern PyTypeObject PyGBoxed_Type;
+
+void pyg_register_boxed (PyObject *dict, const gchar *class_name,
+ GType boxed_type, PyTypeObject *type);
+PyObject * pyg_boxed_new (GType boxed_type, gpointer boxed,
+ gboolean copy_boxed, gboolean own_ref);
+
+const gchar * pyg_constant_strip_prefix(const gchar *name, const gchar *strip_prefix);
+
void pygobject_boxed_register_types(PyObject *d);
#endif /* __PYGOBJECT_BOXED_H__ */