[glib-controller] docs: Fix varargs gtk-doc annotation



commit d3db549ff399cf6c5950260a1049da0a32b3352e
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Fri Apr 30 17:26:33 2010 +0100

    docs: Fix varargs gtk-doc annotation

 glib-controller/gcontroller.c          |    2 +-
 glib-controller/gcontrollerreference.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glib-controller/gcontroller.c b/glib-controller/gcontroller.c
index 9ffdee3..ef11589 100644
--- a/glib-controller/gcontroller.c
+++ b/glib-controller/gcontroller.c
@@ -145,7 +145,7 @@ g_controller_create_referencev (GController       *controller,
  * @action: the action for the reference
  * @index_type: the type of the indices
  * @n_indices: the number of indices, or 0 to create an empty reference
- * @VarArgs: the indices
+ * @Varargs: the indices
  *
  * Creates a new #GControllerReference for the given indices
  *
diff --git a/glib-controller/gcontrollerreference.c b/glib-controller/gcontrollerreference.c
index f19067a..6cc5522 100644
--- a/glib-controller/gcontrollerreference.c
+++ b/glib-controller/gcontrollerreference.c
@@ -393,7 +393,7 @@ g_controller_reference_get_index_value (GControllerReference *ref,
 /**
  * g_controller_reference_add_index:
  * @ref: a #GControllerReference
- * @VarArgs: the index to add
+ * @Varargs: the index to add
  *
  * Variadic arguments version of g_controller_reference_add_index_value(),
  * for the convenience of users of the C API



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