GSeekable: document seek-past-end semantics
authorRyan Lortie <desrt@desrt.ca>
Tue, 22 Oct 2013 19:01:16 +0000 (15:01 -0400)
committerRyan Lortie <desrt@desrt.ca>
Wed, 23 Oct 2013 15:19:27 +0000 (11:19 -0400)
commit38ef509cf3558bffb326f7c6d511bcd77e98981b
tree4167630885f13358f97e3e1372038eb65e78da11
parent3b28df1e008101341504f82c8e65f3109aca10cc
GSeekable: document seek-past-end semantics

Introduce the concept of "fixed" vs. "resizable" streams and document
how g_seekable_seek() works for each case.

We don't include g_seekable_is_fixed_size() at this point because we
don't know if anyone would require it.  This may appear in the future if
someone asks for it, however.

https://bugzilla.gnome.org/show_bug.cgi?id=684842
gio/gseekable.c