gir-repository r98 - trunk/gir



Author: walters
Date: Tue Sep 16 19:44:51 2008
New Revision: 98
URL: http://svn.gnome.org/viewvc/gir-repository?rev=98&view=rev

Log:
Add a few deprecations for testing purposes.  Add assertion about TextView.


Modified:
   trunk/gir/Gtk-assertions.txt
   trunk/gir/gtk-x11-2.0.c

Modified: trunk/gir/Gtk-assertions.txt
==============================================================================
--- trunk/gir/Gtk-assertions.txt	(original)
+++ trunk/gir/Gtk-assertions.txt	Tue Sep 16 19:44:51 2008
@@ -2,4 +2,5 @@
 /namespace/enumeration[ name='TreeViewDropPosition']/member[ name='into-or-before']
 /namespace/bitfield[ name='AttachOptions']/member[ name='expand']
 /namespace/class[ name='Object']/method[ name='sink']/parameters/parameter/type[ name='Object']
+/namespace/class[ name='TextView']/method[ name='get_buffer']/return-value/type[ name='TextBuffer']
 

Modified: trunk/gir/gtk-x11-2.0.c
==============================================================================
--- trunk/gir/gtk-x11-2.0.c	(original)
+++ trunk/gir/gtk-x11-2.0.c	Tue Sep 16 19:44:51 2008
@@ -1,4 +1,10 @@
 /**
+ * gtk_about_dialog_get_name:
+ * @about: a #GtkAboutDialog
+ * Deprecated: 2.12: Use gtk_about_dialog_get_program_name() instead.
+ **/
+
+/**
  * gtk_about_dialog_set_comments: 
  * @comments: (allow-none): 
  */
@@ -74,6 +80,14 @@
  */
 
 /**
+ * gtk_box_pack_start_defaults:
+ * @box: a #GtkBox
+ * @widget: the #GtkWidget to be added to @box
+ *
+ * Deprecated: 2.14: Use gtk_box_pack_start()
+ */
+
+/**
  * gtk_cell_view_set_displayed_row: 
  * @path: (allow-none): 
  */



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