diff options
author | Johan Dahlin <johan@gnome.org> | 2010-07-28 08:52:05 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-07-28 08:52:05 -0300 |
commit | fbfef98ae4f3c1777391cbe75d953f9ef466f938 (patch) | |
tree | 7c73671963a460c7935d6aeacd3b0a28815ab8c8 /girepository/girepository.h | |
parent | 04167774e2d03b0032d1a366c3ac0d0364e4f29f (diff) | |
download | gobject-introspection-fbfef98ae4f3c1777391cbe75d953f9ef466f938.tar.gz |
[GIRepository] Rename g_irepository_enumerate
Rename it to g_irepository_enumerate_versions
Diffstat (limited to 'girepository/girepository.h')
-rw-r--r-- | girepository/girepository.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/girepository/girepository.h b/girepository/girepository.h index b3937950..18174407 100644 --- a/girepository/girepository.h +++ b/girepository/girepository.h @@ -101,8 +101,8 @@ gboolean g_irepository_is_registered (GIRepository *repository, GIBaseInfo * g_irepository_find_by_name (GIRepository *repository, const gchar *namespace_, const gchar *name); -GList * g_irepository_enumerate (GIRepository *repository, - const gchar *namespace_); +GList * g_irepository_enumerate_versions (GIRepository *repository, + const gchar *namespace_); GTypelib * g_irepository_require (GIRepository *repository, const gchar *namespace_, const gchar *version, |