[grilo] annotations: Fixed grl_init annotations



commit 90ac28faeb76fdc10488a6e360cad9a53a9e2dbe
Author: Simón Pena <spenap gmail com>
Date:   Tue Sep 21 20:28:21 2010 +0200

    annotations: Fixed grl_init annotations

 src/grilo.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/grilo.c b/src/grilo.c
index ec5c04d..a2f4da0 100644
--- a/src/grilo.c
+++ b/src/grilo.c
@@ -32,8 +32,8 @@ static const gchar *plugin_path = NULL;
 
 /**
  * grl_init:
- * @argc: (in): number of input arguments, length of @argv
- * @argv: (element-type utf8) (array length=argc) (allow-none): list of arguments
+ * @argc: (inout) (allow-none): number of input arguments, length of @argv
+ * @argv: (inout) (element-type utf8) (array length=argc) (allow-none): list of arguments
  *
  * Initializes the Grilo library
  */



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