summaryrefslogtreecommitdiff
path: root/girepository/girepository-private.h
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-06-06 23:22:57 -0300
committerJohan Dahlin <johan@gnome.org>2010-06-06 23:22:57 -0300
commitd920ccc16fe6546933abcb9f0340a3469721178b (patch)
treeb38eb65720913be416c36ac98d84161cc03190da /girepository/girepository-private.h
parent69c10df73c807dba016e612c060225186d8f5955 (diff)
downloadgobject-introspection-d920ccc16fe6546933abcb9f0340a3469721178b.tar.gz
[girepository] Kill girffi-private.h
Diffstat (limited to 'girepository/girepository-private.h')
-rw-r--r--girepository/girepository-private.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/girepository/girepository-private.h b/girepository/girepository-private.h
index a4c0393e..8382f408 100644
--- a/girepository/girepository-private.h
+++ b/girepository/girepository-private.h
@@ -22,8 +22,11 @@
#ifndef __GIREPOSITORY_PRIVATE_H__
#define __GIREPOSITORY_PRIVATE_H__
+#include <ffi.h>
#include <glib.h>
+#define __GIREPOSITORY_H_INSIDE__
+
#include <gibaseinfo.h>
#include <girepository.h>
#include <gitypelib.h>
@@ -105,4 +108,6 @@ GIVFuncInfo * _g_base_info_find_vfunc (GIRealInfo *rinfo,
gint n_vfuncs,
const gchar *name);
+ffi_type * _gi_type_tag_get_ffi_type (GITypeTag type_tag, gboolean is_pointer);
+
#endif /* __GIREPOSITORY_PRIVATE_H__ */