diff options
author | Johan Dahlin <johan@gnome.org> | 2010-06-06 23:22:57 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-06-06 23:22:57 -0300 |
commit | d920ccc16fe6546933abcb9f0340a3469721178b (patch) | |
tree | b38eb65720913be416c36ac98d84161cc03190da /girepository/girepository-private.h | |
parent | 69c10df73c807dba016e612c060225186d8f5955 (diff) | |
download | gobject-introspection-d920ccc16fe6546933abcb9f0340a3469721178b.tar.gz |
[girepository] Kill girffi-private.h
Diffstat (limited to 'girepository/girepository-private.h')
-rw-r--r-- | girepository/girepository-private.h | 5 |
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__ */ |