[libpeas] No longer use @Varargs in documentation



commit 5f1f3040378a2104af2502c3375914a1f0fb463a
Author: Garrett Regier <alias301 gmail com>
Date:   Sat Jun 11 15:42:18 2011 -0700

    No longer use @Varargs in documentation
    
    This is obsolete and emits a warning.

 libpeas/peas-engine.c        |    2 +-
 libpeas/peas-extension-set.c |    4 ++--
 libpeas/peas-extension.c     |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libpeas/peas-engine.c b/libpeas/peas-engine.c
index 3e19fd3..d4be0c4 100644
--- a/libpeas/peas-engine.c
+++ b/libpeas/peas-engine.c
@@ -1085,7 +1085,7 @@ peas_engine_create_extension_valist (PeasEngine     *engine,
  * @info: A loaded #PeasPluginInfo.
  * @extension_type: The implemented 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.
  *
  * If the plugin identified by @info implements the @extension_type interface,
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.
diff --git a/libpeas/peas-extension.c b/libpeas/peas-extension.c
index f60d985..a9d4dea 100644
--- a/libpeas/peas-extension.c
+++ b/libpeas/peas-extension.c
@@ -173,7 +173,7 @@ peas_extension_get_extension_type (PeasExtension *exten)
  * peas_extension_call: (skip)
  * @exten: A #PeasExtension.
  * @method_name: the name of the method that should be called.
- * @Varargs: arguments for the method.
+ * @...: arguments for the method.
  *
  * Call a method of the object behind @extension.
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]