summaryrefslogtreecommitdiff
path: root/gio/src/fileinputstream.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/fileinputstream.hg')
-rw-r--r--gio/src/fileinputstream.hg11
1 files changed, 0 insertions, 11 deletions
diff --git a/gio/src/fileinputstream.hg b/gio/src/fileinputstream.hg
index 476e3916..a9cca15b 100644
--- a/gio/src/fileinputstream.hg
+++ b/gio/src/fileinputstream.hg
@@ -1,5 +1,3 @@
-// -*- Mode: C++; indent-tabs-mode: nil; c-basic-offset: 2 -*-
-
/* Copyright (C) 2007 The gtkmm Development Team
*
* This library is free software; you can redistribute it and/or
@@ -102,15 +100,6 @@ public:
_WRAP_METHOD(Glib::RefPtr<FileInfo> query_info_finish(const Glib::RefPtr<AsyncResult>& result),
g_file_input_stream_query_info_finish,
errthrow)
-
- //These seem to be just C convenience functions - they are already in the Seekable base class:
- //See http://bugzilla.gnome.org/show_bug.cgi?id=509990
- _IGNORE(g_file_input_stream_tell, g_file_input_stream_can_seek, g_file_input_stream_seek)
-// _WRAP_METHOD(goffset tell() const, g_file_input_stream_tell)
-// _WRAP_METHOD(bool can_seek() const, g_file_input_stream_can_seek)
-// _WRAP_METHOD(bool seek(goffset offset, Glib::SeekType type, const Glib::RefPtr<Cancellable>& cancellable),
-// g_file_input_stream_seek,
-// errthrow)
};
} // namespace Gio