gir-repository r109 - trunk/gir
- From: walters svn gnome org
- To: svn-commits-list gnome org
- Subject: gir-repository r109 - trunk/gir
- Date: Mon, 6 Oct 2008 21:04:55 +0000 (UTC)
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]