summaryrefslogtreecommitdiffstats
path: root/gio
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-04-06 16:24:31 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-04-06 16:24:31 +0000
commit05d7fc1c6ebb47ad101fbc75f0812b085ee20fd3 (patch)
tree6f46a95b9df70f03b2dc3b175ed9b992e5570975 /gio
parentce77e933926c720f98af9b6fb7ab9efa5918b720 (diff)
downloadpygobject-05d7fc1c6ebb47ad101fbc75f0812b085ee20fd3.tar.gz
pygobject-05d7fc1c6ebb47ad101fbc75f0812b085ee20fd3.tar.xz
pygobject-05d7fc1c6ebb47ad101fbc75f0812b085ee20fd3.zip
Remove g_file_output_stream_truncate, g_file_output_stream_tell and
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 svn path=/trunk/; revision=759
Diffstat (limited to 'gio')
-rw-r--r--gio/gio.defs24
1 files changed, 0 insertions, 24 deletions
diff --git a/gio/gio.defs b/gio/gio.defs
index 0a28851..43847e7 100644
--- a/gio/gio.defs
+++ b/gio/gio.defs
@@ -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