summaryrefslogtreecommitdiff
path: root/girepository/girepository.h
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-07-28 08:52:05 -0300
committerJohan Dahlin <johan@gnome.org>2010-07-28 08:52:05 -0300
commitfbfef98ae4f3c1777391cbe75d953f9ef466f938 (patch)
tree7c73671963a460c7935d6aeacd3b0a28815ab8c8 /girepository/girepository.h
parent04167774e2d03b0032d1a366c3ac0d0364e4f29f (diff)
downloadgobject-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.h4
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,