summaryrefslogtreecommitdiff
path: root/gio/src/inputstream.ccg
Commit message (Expand)AuthorAgeFilesLines
* Meson build: No implicit_include_directoriesKjell Ahlstedt2021-03-261-1/+1
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-4/+1
* Run clang-format on the .ccg files.Murray Cumming2016-02-261-71/+29
* Gio: Use of nullptr instead of 0.Murray Cumming2015-11-201-5/+5
* C++11: Some use of the auto keyword.Murray Cumming2015-07-151-10/+10
* InputStream: Add read_all_async() and read_all_finish().Murray Cumming2015-03-031-0/+36
* Simplified lots of code by using the {?} _WRAP_METHOD() syntax.Murray Cumming2012-09-151-41/+0
* Added Glib::Bytes and Gio::InputStream::read_bytes().Murray Cumming2012-07-101-0/+32
* gmmproc: Don't include <glibmm.h> by default in generated files.José Alburquerque2011-10-251-0/+1
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-36/+0
* Use 0 instead of NULL.Murray Cumming2010-01-291-7/+7
* Use Glib::unwrap() instead of ->gobj(),Murray Cumming2010-01-291-3/+3
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* add BufferedInputStream classJonathon Jongsma2008-02-021-34/+7
* Added method overloads and documentation.Murray Cumming2008-01-211-2/+132
* Fixed const-ness of Cancellables.Marko Anastasov2008-01-171-3/+3
* *_async() functions: Rearrange the parameters, so the (optional)Murray Cumming2008-01-151-12/+3
* Added files missing from the import.Marko Anastasov2007-12-281-0/+108