diff options
author | Johan Dahlin <johan@gnome.org> | 2010-08-31 17:33:06 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-08-31 17:35:57 -0300 |
commit | 6379b8a497e2bf8c5b09e37ded88c7a28483389d (patch) | |
tree | af51d195834f33251e1f5dcdcba8c2936f833f28 /girepository/giconstantinfo.c | |
parent | 8ebf89911bcf93baea4d5d9e22b0e40d0c43f946 (diff) | |
download | gobject-introspection-6379b8a497e2bf8c5b09e37ded88c7a28483389d.tar.gz |
[GIRepository] Rename GArgument to GIArgument
Keep a typedef for backwards compatibility, until
the major bindings has moved over.
Diffstat (limited to 'girepository/giconstantinfo.c')
-rw-r--r-- | girepository/giconstantinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/giconstantinfo.c b/girepository/giconstantinfo.c index 58b223fb..ea7d4160 100644 --- a/girepository/giconstantinfo.c +++ b/girepository/giconstantinfo.c @@ -77,7 +77,7 @@ g_constant_info_get_type (GIConstantInfo *info) */ gint g_constant_info_get_value (GIConstantInfo *info, - GArgument *value) + GIArgument *value) { GIRealInfo *rinfo = (GIRealInfo *)info; ConstantBlob *blob; |