summaryrefslogtreecommitdiff
path: root/gio/src/asyncinitable.ccg
Commit message (Expand)AuthorAgeFilesLines
* Add Gio::giomm_SignalProxy_async_callback() with C linkageKjell Ahlstedt2023-03-311-3/+3
* Gio: Use callback functions with C linkageKjell Ahlstedt2023-03-271-0/+29
* Meson build: No implicit_include_directoriesKjell Ahlstedt2021-03-261-1/+1
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* C++11: .hg/.ccg files: Replace typedefs with using.Murray Cumming2016-03-311-2/+2
* Run clang-format on the .ccg files.Murray Cumming2016-02-261-52/+58
* Gio: Use of nullptr instead of 0.Murray Cumming2015-11-201-1/+1
* More use of nullptr instead of 0.Murray Cumming2015-11-201-2/+2
* C++11: Use nullptr.Murray Cumming2015-07-161-1/+1
* C++11: Some use of the auto keyword.Murray Cumming2015-07-151-10/+10
* gmmproc: No #ifdef GLIBMM_*_ENABLED in generated codeKjell Ahlstedt2015-03-231-10/+0
* Strip trailing whitespace.Mark Vender2012-10-291-3/+3
* gmmproc: Don't include <glibmm.h> by default in generated files.José Alburquerque2011-10-251-0/+2
* giomm: AsyncInitiable: Correct errors.José Alburquerque2010-08-311-9/+6
* giomm: AsyncInitable: Wrap virtual functions.José Alburquerque2010-08-301-0/+136
* giomm: Add AsyncInitable interface.José Alburquerque2010-08-301-0/+50