summaryrefslogtreecommitdiff
path: root/libpeas/peas-extension-set.h
diff options
context:
space:
mode:
authorJonh Wendell <jwendell@gnome.org>2010-09-17 10:08:49 -0300
committerJonh Wendell <jwendell@gnome.org>2010-09-17 10:08:49 -0300
commitb5c64812e2da65de4dd3228934c3bacad51b5972 (patch)
tree6ef68527d93c39c805a06160da9226f3e202ec7f /libpeas/peas-extension-set.h
parent79bc9ec8bc36d0aea20ea6303c2e70db209720aa (diff)
downloadlibpeas-b5c64812e2da65de4dd3228934c3bacad51b5972.tar.gz
Replace GArgument with GIArgument, and bump g-i dependency to 0.9.6
Diffstat (limited to 'libpeas/peas-extension-set.h')
-rw-r--r--libpeas/peas-extension-set.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpeas/peas-extension-set.h b/libpeas/peas-extension-set.h
index 5bee385..a8d3c5d 100644
--- a/libpeas/peas-extension-set.h
+++ b/libpeas/peas-extension-set.h
@@ -59,7 +59,7 @@ struct _PeasExtensionSetClass {
/* Virtual public methods */
gboolean (*call) (PeasExtensionSet *set,
const gchar *method,
- GArgument *args);
+ GIArgument *args);
/* Signals */
void (*extension_added) (PeasExtensionSet *set,
@@ -96,7 +96,7 @@ gboolean peas_extension_set_call_valist (PeasExtensionSet *set,
va_list va_args);
gboolean peas_extension_set_callv (PeasExtensionSet *set,
const gchar *method_name,
- GArgument *args);
+ GIArgument *args);
PeasExtension *peas_extension_set_get_extension (PeasExtensionSet *set,
PeasPluginInfo *info);