summaryrefslogtreecommitdiff
path: root/gio/src/mount.ccg
Commit message (Expand)AuthorAgeFilesLines
* Add Gio::giomm_SignalProxy_async_callback() with C linkageKjell Ahlstedt2023-03-311-12/+12
* 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
* Gio::Mount: Move enums into class.Murray Cumming2017-04-181-16/+16
* Run clang-format on the .ccg files.Murray Cumming2016-02-261-148/+112
* Gio: Use of nullptr instead of 0.Murray Cumming2015-11-201-35/+35
* C++11: Use nullptr.Murray Cumming2015-07-161-2/+2
* C++11: Some use of the auto keyword.Murray Cumming2015-07-151-12/+12
* gmmproc: Don't include <glibmm.h> by default in generated files.José Alburquerque2011-10-251-0/+2
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-14/+0
* Use 0 instead of NULL.Murray Cumming2010-01-291-13/+13
* Use Glib::unwrap() instead of ->gobj(),Murray Cumming2010-01-291-16/+16
* Implement Gio::Mount::mount/eject_with_operation()Jonathon Jongsma2009-07-091-29/+118
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* Add a bunch of new / missed APIJonathon Jongsma2008-12-121-13/+44
* Added make_directory_with_parents(), query_file_type(), monitor().Murray Cumming2008-07-161-0/+37
* update to match new gio API which adds a GMountMountFlags argument to allJonathon Jongsma2008-02-121-4/+8
* add BufferedInputStream classJonathon Jongsma2008-02-021-27/+1
* FileAttributeMatcher::create(): Add a default value and documentation.Murray Cumming2008-01-201-2/+2
* Added unmount(), remount(), and eject(), based on code from JoséMurray Cumming2008-01-181-1/+150
* eject(),Murray Cumming2008-01-171-0/+2
* Added Mount and VolumeMonitor. Regenerated.Murray Cumming2008-01-161-0/+27