summaryrefslogtreecommitdiff
path: root/gio/src/memoryoutputstream.ccg
Commit message (Collapse)AuthorAgeFilesLines
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
| | | | Bug 786824
* Wrap some constructors and methods in giomm streamsKjell Ahlstedt2016-06-021-2/+12
| | | | | | | | | | | | | | | | Also, add TODO comments about adding vfuncs at ABI break. * gio/src/bufferedinputstream.hg: TODO: Add fill_vfunc(). * gio/src/filterinputstream.[hg|ccg]: Add ctor. * gio/src/filteroutputstream.[hg|ccg]: Add ctor. * gio/src/inputstream.hg: Add ctor, is_closed(), has_pending(), set_pending(), clear_pending(). TODO: Add read_vfunc(), skip_vfunc(), close_vfunc(). * gio/src/memoryoutputstream.[hg|ccg]: Add ctor and create(). * gio/src/outputstream.hg: Add ctor, is_closed(), is_closing(), has_pending(), set_pending(), clear_pending(). TODO: Add write_vfunc(), splice_vfunc(), flush_vfunc(), close_vfunc(). An updated version of a patch by Krzysztof Kosiński <tweenk.pl@gmail.com> Bug #572471
* MemoryOutputStream: Add the steal_as_bytes() method.José Alburquerque2012-11-061-0/+1
| | | | | * gio/src/memoryoutputstream.{ccg,hg}: Add the method that wraps the corresponding C function.
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
| | | | | | | | | | 2009-01-20 Deng Xiyue <manphiz@gmail.com> * Change license header to mention Lesser General Public License version 2.1 instead of Library General Public License, to be consistent with COPYING. svn path=/trunk/; revision=779
* Add MemoryOutputStreamJonathon Jongsma2008-12-121-0/+20
svn path=/trunk/; revision=759