gir-repository r147 - in trunk: . gir



Author: otaylor
Date: Tue Oct 21 17:46:37 2008
New Revision: 147
URL: http://svn.gnome.org/viewvc/gir-repository?rev=147&view=rev

Log:
2008-10-21  Owen Taylor  <otaylor redhat com>

        * gir/clutter-0.8.c: Add annotations for clutter_init() and
        clutter_init_with_args() that get the generated .gir a little closer
        to correct and make clutter_init(NULL, NULL) work. (Fully correct
        isn't currently expressable.)


Modified:
   trunk/ChangeLog
   trunk/gir/clutter-0.8.c

Modified: trunk/gir/clutter-0.8.c
==============================================================================
--- trunk/gir/clutter-0.8.c	(original)
+++ trunk/gir/clutter-0.8.c	Tue Oct 21 17:46:37 2008
@@ -1,3 +1,30 @@
+/* Hack to make clutter_init(NULL, NULL) work the actual signature:
+ *
+ * ClutterInitError clutter_init (int          *argc,
+ *                                char       ***argv);
+ *
+ * Is a a single inout array with length, which we can't represent
+ * at the current time.
+ */
+/**
+ * clutter_init:
+ * @argc: (inout): 
+ * @argv: (inout): 
+ */
+
+/* parameter_string/translation_domain are char *, should be const char *
+ * http://bugzilla.openedhand.com/show_bug.cgi?id=1197
+ */
+/**
+ * clutter_init_with_args:
+ * @argc: (inout): 
+ * @argv: (inout): 
+ * @parameter_string: (transfer none): 
+ * @entries: 
+ * @translation_domain: (transfer none): 
+ * @error: 
+ */
+
 /**
  * clutter_actor_get_parent:
  *



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