summaryrefslogtreecommitdiff
path: root/libpeas/peas-extension-set.h
diff options
context:
space:
mode:
authorGarrett Regier <alias301@gmail.com>2010-09-20 08:48:24 -0700
committerGarrett Regier <alias301@gmail.com>2010-09-20 08:48:24 -0700
commit3c9b297208b8d471c688b9a4b85e184fce756ac8 (patch)
treebd5b7a110a37a6d6f95f6c89f8873c87ca278d84 /libpeas/peas-extension-set.h
parent71233ec2ca09ff599d4f0bf885307786d244a671 (diff)
downloadlibpeas-3c9b297208b8d471c688b9a4b85e184fce756ac8.tar.gz
Fix most introspection warnings
The scanner became much more picky.
Diffstat (limited to 'libpeas/peas-extension-set.h')
-rw-r--r--libpeas/peas-extension-set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpeas/peas-extension-set.h b/libpeas/peas-extension-set.h
index a8d3c5d..67e7e28 100644
--- a/libpeas/peas-extension-set.h
+++ b/libpeas/peas-extension-set.h
@@ -58,7 +58,7 @@ struct _PeasExtensionSetClass {
/* Virtual public methods */
gboolean (*call) (PeasExtensionSet *set,
- const gchar *method,
+ const gchar *method_name,
GIArgument *args);
/* Signals */