summaryrefslogtreecommitdiff
path: root/gio/src/datainputstream.ccg
Commit message (Expand)AuthorAgeFilesLines
* Add Gio::giomm_SignalProxy_async_callback() with C linkageKjell Ahlstedt2023-03-311-2/+2
* Meson build: No implicit_include_directoriesKjell Ahlstedt2021-03-261-1/+1
* Gio::DataInputStream: Remove read_until*()Kjell Ahlstedt2018-02-151-75/+0
* 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-110/+115
* More use of nullptr instead of 0.Murray Cumming2015-11-201-3/+3
* More use of nullptr instead of 0.Murray Cumming2015-11-201-6/+6
* C++11: Use nullptr.Murray Cumming2015-07-161-12/+12
* C++11: Some use of the auto keyword.Murray Cumming2015-07-151-3/+3
* Simplified lots of code by using the {?} _WRAP_METHOD() syntax.Murray Cumming2012-09-151-70/+0
* gmmproc: Don't include <glibmm.h> by default in generated files.José Alburquerque2011-10-251-0/+1
* Gio: Added some methods.Murray Cumming2010-11-101-4/+81
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-117/+0
* Use 0 instead of NULL.Murray Cumming2010-01-291-13/+13
* Use Glib::unwrap() instead of ->gobj(),Murray Cumming2010-01-291-4/+4
* Regenerated.Murray Cumming2009-02-061-0/+84
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* change the read_line() and read_until() APIs so that they are actuallyJonathon Jongsma2008-02-071-34/+54
* add DataInputStream classJonathon Jongsma2008-02-021-0/+252