pygobject r759 - in trunk: . gio



Author: johan
Date: Sun Apr  6 17:24:31 2008
New Revision: 759
URL: http://svn.gnome.org/viewvc/pygobject?rev=759&view=rev

Log:
2008-04-06  Johan Dahlin  <johan gnome org>

	* gio/gio.defs: Remove g_file_output_stream_truncate,
	g_file_output_stream_tell and g_file_input_stream_tell



Modified:
   trunk/ChangeLog
   trunk/gio/gio.defs

Modified: trunk/gio/gio.defs
==============================================================================
--- trunk/gio/gio.defs	(original)
+++ trunk/gio/gio.defs	Sun Apr  6 17:24:31 2008
@@ -2572,12 +2572,6 @@
   )
 )
 
-(define-method tell
-  (of-object "GFileInputStream")
-  (c-name "g_file_input_stream_tell")
-  (return-type "goffset")
-)
-
 (define-method seek
   (of-object "GFileInputStream")
   (c-name "g_file_input_stream_seek")
@@ -2722,12 +2716,6 @@
   (return-type "char*")
 )
 
-(define-method tell
-  (of-object "GFileOutputStream")
-  (c-name "g_file_output_stream_tell")
-  (return-type "goffset")
-)
-
 (define-method seek
   (of-object "GFileOutputStream")
   (c-name "g_file_output_stream_seek")
@@ -2740,18 +2728,6 @@
   )
 )
 
-(define-method truncate
-  (of-object "GFileOutputStream")
-  (c-name "g_file_output_stream_truncate")
-  (return-type "gboolean")
-  (parameters
-    '("goffset" "size")
-    '("GCancellable*" "cancellable" (null-ok) (default "NULL"))
-    '("GError**" "error")
-  )
-)
-
-
 
 ;; From gfilterinputstream.h
 



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