summaryrefslogtreecommitdiff
path: root/girepository/girepository.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2008-08-21 03:06:13 +0000
committerColin Walters <walters@src.gnome.org>2008-08-21 03:06:13 +0000
commit1a46a61b077aa94852a352391ac813d87f21450e (patch)
tree989ceb94fb363a3fae3d99533a8781b673c784a2 /girepository/girepository.h
parentd698969ef23bc74cc3086a9925d6b23815e00d6b (diff)
downloadgobject-introspection-1a46a61b077aa94852a352391ac813d87f21450e.tar.gz
Add new function g_irepository_get_typelib_path which tells us from where
2008-08-20 Colin Walters <walters@verbum.org> * girepository/girepository.c: Add new function g_irepository_get_typelib_path which tells us from where we loaded a namespace. svn path=/trunk/; revision=429
Diffstat (limited to 'girepository/girepository.h')
-rw-r--r--girepository/girepository.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/girepository/girepository.h b/girepository/girepository.h
index c3b804a3..4c680169 100644
--- a/girepository/girepository.h
+++ b/girepository/girepository.h
@@ -92,6 +92,8 @@ gint g_irepository_get_n_infos (GIRepository *repository,
GIBaseInfo * g_irepository_get_info (GIRepository *repository,
const gchar *namespace,
gint index);
+const gchar * g_irepository_get_typelib_path (GIRepository *repository,
+ const gchar *namespace);
const gchar * g_irepository_get_shared_library (GIRepository *repository,
const gchar *namespace);
/* Typelib */