summaryrefslogtreecommitdiff
path: root/libpeas/peas-extension-set.c
diff options
context:
space:
mode:
authorGarrett Regier <alias301@gmail.com>2011-06-11 15:42:18 -0700
committerGarrett Regier <alias301@gmail.com>2011-06-12 12:08:52 -0700
commit5f1f3040378a2104af2502c3375914a1f0fb463a (patch)
tree4f9ad9afc92bf79ddd6be086d4fe484b63333ebb /libpeas/peas-extension-set.c
parent425701197654ea65014a8d9a848d4b22938efc3b (diff)
downloadlibpeas-5f1f3040378a2104af2502c3375914a1f0fb463a.tar.gz
No longer use @Varargs in documentation
This is obsolete and emits a warning.
Diffstat (limited to 'libpeas/peas-extension-set.c')
-rw-r--r--libpeas/peas-extension-set.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpeas/peas-extension-set.c b/libpeas/peas-extension-set.c
index 6dd9018..b559fc0 100644
--- a/libpeas/peas-extension-set.c
+++ b/libpeas/peas-extension-set.c
@@ -468,7 +468,7 @@ peas_extension_set_get_extension (PeasExtensionSet *set,
* peas_extension_set_call: (skip)
* @set: A #PeasExtensionSet.
* @method_name: the name of the method that should be called.
- * @Varargs: arguments for the method.
+ * @...: arguments for the method.
*
* Call a method on all the #PeasExtension instances contained in @set.
*
@@ -654,7 +654,7 @@ peas_extension_set_new_valist (PeasEngine *engine,
* @engine: A #PeasEngine, or %NULL.
* @exten_type: the extension #GType.
* @first_property: the name of the first property.
- * @Varargs: the value of the first property, followed optionally by more
+ * @...: the value of the first property, followed optionally by more
* name/value pairs, followed by %NULL.
*
* Create a new #PeasExtensionSet for the @exten_type extension type.