summaryrefslogtreecommitdiff
path: root/girepository/gifunctioninfo.h
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-08-31 17:33:06 -0300
committerJohan Dahlin <johan@gnome.org>2010-08-31 17:35:57 -0300
commit6379b8a497e2bf8c5b09e37ded88c7a28483389d (patch)
treeaf51d195834f33251e1f5dcdcba8c2936f833f28 /girepository/gifunctioninfo.h
parent8ebf89911bcf93baea4d5d9e22b0e40d0c43f946 (diff)
downloadgobject-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/gifunctioninfo.h')
-rw-r--r--girepository/gifunctioninfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/girepository/gifunctioninfo.h b/girepository/gifunctioninfo.h
index a07b60f7..b2fa1f76 100644
--- a/girepository/gifunctioninfo.h
+++ b/girepository/gifunctioninfo.h
@@ -61,11 +61,11 @@ typedef enum
} GInvokeError;
gboolean g_function_info_invoke (GIFunctionInfo *info,
- const GArgument *in_args,
+ const GIArgument *in_args,
int n_in_args,
- const GArgument *out_args,
+ const GIArgument *out_args,
int n_out_args,
- GArgument *return_value,
+ GIArgument *return_value,
GError **error);