[clutter-gst] Adjusted clutter_gst_init's GObject-Introspection annotations to match clutter_init's behavior.



commit 4786a2dc90c7cb2417a27368b5ee4e86f092b46d
Author: Dinh Bowman <dinh amperstanding com>
Date:   Tue Jul 5 09:30:40 2011 -0700

    Adjusted clutter_gst_init's GObject-Introspection annotations to match clutter_init's behavior.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=654030

 clutter-gst/clutter-gst-util.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/clutter-gst/clutter-gst-util.c b/clutter-gst/clutter-gst-util.c
index 855ee37..3c7c325 100644
--- a/clutter-gst/clutter-gst-util.c
+++ b/clutter-gst/clutter-gst-util.c
@@ -104,8 +104,8 @@ static gboolean clutter_gst_is_initialized = FALSE;
 
 /**
  * clutter_gst_init:
- * @argc: pointer to the argument list count
- * @argv: pointer to the argument list vector
+ * @argc: (inout): The number of arguments in @argv
+ * @argv: (array length=argc) (inout) (allow-none): A pointer to an array
  *
  * Utility function to initialize both Clutter and GStreamer.
  *
@@ -139,8 +139,8 @@ clutter_gst_init (int    *argc,
 
 /**
  * clutter_gst_init_with_args:
- * @argc: a pointer to the number of command line arguments.
- * @argv: a pointer to the array of command line arguments.
+ * @argc: (inout): The number of arguments in @argv
+ * @argv: (array length=argc) (inout) (allow-none): A pointer to an array
  * @parameter_string: a string which is displayed in
  *    the first line of <option>--help</option> output, after
  *    <literal><replaceable>programname</replaceable> [OPTION...]</literal>



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