summaryrefslogtreecommitdiff
path: root/gio/gunixmount.c
Commit message (Expand)AuthorAgeFilesLines
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gtask: Improve task names used internally within GLibPhilip Withnall2020-07-071-3/+5
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* gio: Add source tags to various GTasks constructed in GLibPhilip Withnall2016-06-291-0/+1
* gio: fix a leftover GSimpleAsyncResult usageDan Winship2015-08-071-1/+0
* gio: fix two more g_task_return_error_if_cancelled() leaksDan Winship2014-03-231-1/+4
* GUnixMount: port unmount to GSubprocessRyan Lortie2014-03-111-126/+32
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gio: port file/vfs-related classes from GSimpleAsyncResult to GTaskDan Winship2012-12-181-66/+55
* Add symbolic icon support to drive, volume, and mountWilliam Jon McCann2012-08-301-0/+12
* e G_SOURCE_CONTINUE/REMOVE internallyMatthias Clasen2012-01-251-1/+1
* Use g_simple_async_result_{new_,}take_errorChristian Persch2010-11-031-2/+1
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-1/+0
* Support g_main_context_push_thread_default() in gioDan Winship2009-07-011-2/+2
* Use low-level GSource methods in a few more placesDan Winship2009-07-011-4/+22
* Add a GMount::pre-unmount signalCarlos Garnacho2009-05-051-0/+2
* Bug 575270 – GVolumeMonitor::mount-pre-unmount not being emittedCarlos Garnacho2009-03-261-18/+34
* (gio)Christian Neumair2008-09-081-10/+50
* gfilenamecompleter.c glocaldirectorymonitor.c gmountoperation.cSven Neumann2008-08-111-1/+1
* Moved all relevant typedefs into these files.Cody Russell2008-07-011-0/+4
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* chain up unconditionally in finalize() and dispose(). Also don'tMichael Natterer2008-06-161-3/+2
* Add g_unix_mount_guess_should_display and use for unix volume monitorAlexander Larsson2008-01-091-1/+1
* These void functions were trying to return a value. It was causing theAlvaro Lopez Ortega2008-01-021-2/+2
* Add GMountUnmountFlags to all unmount and eject calls. AddAlexander Larsson2007-12-201-0/+2
* Remove C99 commentsMatthias Clasen2007-12-201-1/+1
* Provide eject() on both GMount and GVolume and utility functions to guessDavid Zeuthen2007-12-171-22/+80
* Rework how volumes, drives and volume monitoring is done. Previosly theDavid Zeuthen2007-12-111-0/+348