[girepository] Kill girffi-private.h

This commit is contained in:
Johan Dahlin
2010-06-06 23:22:57 -03:00
parent 1edafae79e
commit 6b4647c088
6 changed files with 14 additions and 41 deletions

View File

@@ -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__ */