diff options
author | Johan Dahlin <johan@gnome.org> | 2010-06-06 19:52:12 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-06-06 19:54:53 -0300 |
commit | fa25cf7d285507bfa9e5c4ca05caa3748bfa2018 (patch) | |
tree | c64fac9dbe1f9b341ced7cfa967939b81c305eab /girepository/girepository-private.h | |
parent | 553097d46144cef1b2e3a1315581c38d16fb73f4 (diff) | |
download | gobject-introspection-fa25cf7d285507bfa9e5c4ca05caa3748bfa2018.tar.gz |
[girepository] Move the rest out of ginfo.ch
Diffstat (limited to 'girepository/girepository-private.h')
-rw-r--r-- | girepository/girepository-private.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/girepository/girepository-private.h b/girepository/girepository-private.h index 52fc749a..a4c0393e 100644 --- a/girepository/girepository-private.h +++ b/girepository/girepository-private.h @@ -95,6 +95,14 @@ void _g_type_info_init (GIBaseInfo *info, GTypelib *typelib, guint32 offset); - +GIFunctionInfo * _g_base_info_find_method (GIBaseInfo *base, + guint32 offset, + gint n_methods, + const gchar *name); + +GIVFuncInfo * _g_base_info_find_vfunc (GIRealInfo *rinfo, + guint32 offset, + gint n_vfuncs, + const gchar *name); #endif /* __GIREPOSITORY_PRIVATE_H__ */ |