From 1a46a61b077aa94852a352391ac813d87f21450e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 21 Aug 2008 03:06:13 +0000 Subject: Add new function g_irepository_get_typelib_path which tells us from where 2008-08-20 Colin Walters * 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 --- girepository/girepository.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'girepository/girepository.h') 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 */ -- cgit v1.2.1