gir-repository r265 - in trunk: . gir



Author: johan
Date: Tue Dec  9 15:44:23 2008
New Revision: 265
URL: http://svn.gnome.org/viewvc/gir-repository?rev=265&view=rev

Log:
2008-12-09  Johan Dahlin  <johan async com br>

	* gir/Gtk-custom.c: Set transfer none for
	gtk_combo_box_new_text.



Modified:
   trunk/ChangeLog
   trunk/gir/Gtk-custom.c

Modified: trunk/gir/Gtk-custom.c
==============================================================================
--- trunk/gir/Gtk-custom.c	(original)
+++ trunk/gir/Gtk-custom.c	Tue Dec  9 15:44:23 2008
@@ -284,9 +284,16 @@
  * @mask: (allow-none): 
  */
 
+/* FIXME: This should be done in gobject-introspection itself,
+          instead of here. It probably applies to all alternative
+          constructors.
+          Verify that GJS works before removing this.
+          Johan 2008-12-09
+ */
 /**
- * gtk_combo_box_set_model: 
- * @model: (allow-none): 
+ * gtk_combo_box_new_text:
+ *
+ * Return value: (transfer none):
  */
 
 /**
@@ -296,6 +303,11 @@
  */
 
 /**
+ * gtk_combo_box_set_model: 
+ * @model: (allow-none): 
+ */
+
+/**
  * gtk_container_get_children: 
  * @container: 
  *



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