gir-repository r109 - trunk/gir



Author: walters
Date: Mon Oct  6 21:04:54 2008
New Revision: 109
URL: http://svn.gnome.org/viewvc/gir-repository?rev=109&view=rev

Log:
Annotate gtk_widget_get_children, update array syntax


Modified:
   trunk/gir/gtk-x11-2.0.c

Modified: trunk/gir/gtk-x11-2.0.c
==============================================================================
--- trunk/gir/gtk-x11-2.0.c	(original)
+++ trunk/gir/gtk-x11-2.0.c	Mon Oct  6 21:04:54 2008
@@ -108,6 +108,13 @@
  */
 
 /**
+ * gtk_container_get_children: 
+ * @container:
+ *
+ * Return value: <Widget,transfer>: List of #GtkWidget
+ */
+
+/**
  * gtk_container_set_focus_child: 
  * @child: <allow-none>: 
  */
@@ -323,7 +330,7 @@
  * gtk_list_store_set_column_types: 
  * @store: a #GtkListStore
  * @n_columns:
- * @types: <array,length=1>: List of types
+ * @types: <array,length=n_columns>: List of types
  */
 
 /**



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