pygtk r3062 - in branches/pygtk-2-14: . gtk



Author: paulp
Date: Tue Jan  6 21:00:25 2009
New Revision: 3062
URL: http://svn.gnome.org/viewvc/pygtk?rev=3062&view=rev

Log:
Merge from trunk:

2008-09-02  Gian Mario Tagliaretti  <gianmt gnome org>

	* gtk/gtk-2.14.defs: comment out for a while gtk_selection_data_get_data
	waiting to fix a problem in codegen.


Modified:
   branches/pygtk-2-14/   (props changed)
   branches/pygtk-2-14/ChangeLog
   branches/pygtk-2-14/gtk/gtk-2.14.defs

Modified: branches/pygtk-2-14/gtk/gtk-2.14.defs
==============================================================================
--- branches/pygtk-2-14/gtk/gtk-2.14.defs	(original)
+++ branches/pygtk-2-14/gtk/gtk-2.14.defs	Tue Jan  6 21:00:25 2009
@@ -536,14 +536,14 @@
   (return-type "gint")
 )
 
-(define-method get_data
-  (of-object "GtkSelectionData")
-  (c-name "gtk_selection_data_get_data")
-  (return-type "const-guchar*")
-  (parameters
-    '("guint*" "length")
-  )
-)
+;(define-method get_data
+;  (of-object "GtkSelectionData")
+;  (c-name "gtk_selection_data_get_data")
+;  (return-type "const-guchar*")
+;  (parameters
+;    '("guint*" "length")
+;  )
+;)
 
 (define-method get_display
   (of-object "GtkSelectionData")



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