pygobject r800 - in trunk: . gio



Author: johan
Date: Mon Jul 14 21:36:11 2008
New Revision: 800
URL: http://svn.gnome.org/viewvc/pygobject?rev=800&view=rev

Log:
2008-07-14  Johan Dahlin  <johan gnome org>

        * gio/gio.defs:
        Remove g_file_input_stream_seek and g_file_output_stream_seek,
        they already implement the seekable interface.



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

Modified: trunk/gio/gio.defs
==============================================================================
--- trunk/gio/gio.defs	(original)
+++ trunk/gio/gio.defs	Mon Jul 14 21:36:11 2008
@@ -2615,18 +2615,6 @@
   )
 )
 
-(define-method seek
-  (of-object "GFileInputStream")
-  (c-name "g_file_input_stream_seek")
-  (return-type "gboolean")
-  (parameters
-    '("goffset" "offset")
-    '("GSeekType" "type" (default "G_SEEK_SET"))
-    '("GCancellable*" "cancellable" (null-ok) (default "NULL"))
-    '("GError**" "error")
-  )
-)
-
 
 
 ;; From gfilemonitor.h
@@ -2759,18 +2747,6 @@
   (return-type "char*")
 )
 
-(define-method seek
-  (of-object "GFileOutputStream")
-  (c-name "g_file_output_stream_seek")
-  (return-type "gboolean")
-  (parameters
-    '("goffset" "offset")
-    '("GSeekType" "type" (default "G_SEEK_SET"))
-    '("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]