g_io_channel_seek() offset
- From: Owen Taylor <otaylor redhat com>
- To: gtk-devel-list gnome org
- Subject: g_io_channel_seek() offset
- Date: Thu, 14 Feb 2002 23:10:38 -0500 (EST)
What do people think about
GIOError g_io_channel_seek (GIOChannel *channel,
- glong offset,
+ gint64 offset,
GSeekType type);
Shouldn't break source compatibility, we now make int64 support
mandatory. (And we don't provide public API for creating
new IO channel types so, the corresponding vtable entries rqaen't
a problem.)
See:
http://bugzilla.gnome.org/show_bug.cgi?id=71410
Regards,
Owen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]