summaryrefslogtreecommitdiff
path: root/tests/repository
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-08-31 17:36:06 -0300
committerJohan Dahlin <johan@gnome.org>2010-08-31 17:37:10 -0300
commit7af39d0ff23d5a8c2316536b864f576f9a2bebc6 (patch)
tree6b10e6277ed3f9f8f24d458f88030b14f5101da4 /tests/repository
parent6379b8a497e2bf8c5b09e37ded88c7a28483389d (diff)
downloadgobject-introspection-7af39d0ff23d5a8c2316536b864f576f9a2bebc6.tar.gz
[GIRepository] Rename GTypelib to GITypelib
Keep a typedef for backwards compatibility, until the major bindings has moved over.
Diffstat (limited to 'tests/repository')
-rw-r--r--tests/repository/gitestrepo.c2
-rw-r--r--tests/repository/gitestthrows.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/repository/gitestrepo.c b/tests/repository/gitestrepo.c
index a65116bc..67af4ff1 100644
--- a/tests/repository/gitestrepo.c
+++ b/tests/repository/gitestrepo.c
@@ -38,7 +38,7 @@ int
main(int argc, char **argv)
{
GIRepository *repo;
- GTypelib *ret;
+ GITypelib *ret;
GError *error = NULL;
GIBaseInfo *info;
GType gtype;
diff --git a/tests/repository/gitestthrows.c b/tests/repository/gitestthrows.c
index 5c1ffe5b..d29eceb4 100644
--- a/tests/repository/gitestthrows.c
+++ b/tests/repository/gitestthrows.c
@@ -9,7 +9,7 @@ int
main(int argc, char **argv)
{
GIRepository *repo;
- GTypelib *ret;
+ GITypelib *ret;
GIBaseInfo *info;
char *girdir;
GIArgument in_arg[1];