summaryrefslogtreecommitdiff
path: root/gio/gunixmount.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-03Imported Upstream version 2.79.0upstream/2.79.0Karol Lewandowski1-1/+1
2024-01-03Imported Upstream version 2.74.5Karol Lewandowski1-0/+2
2021-10-29Imported Upstream version 2.65.1upstream/2.65.1DongHun Kwak1-3/+5
2017-09-29Imported Upstream version 2.53.3DongHun Kwak1-1/+1
2017-02-03Imported Upstream version 2.50.2upstream/2.50.2DongHun Kwak1-0/+1
2016-05-10Imported Upstream version 2.48.0Ryan Lortie1-1/+0
2014-03-23gio: fix two more g_task_return_error_if_cancelled() leaksDan Winship1-1/+4
2014-03-11GUnixMount: port unmount to GSubprocessRyan Lortie1-126/+32
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2012-12-18gio: port file/vfs-related classes from GSimpleAsyncResult to GTaskDan Winship1-66/+55
2012-08-30Add symbolic icon support to drive, volume, and mountWilliam Jon McCann1-0/+12
2012-01-25e G_SOURCE_CONTINUE/REMOVE internallyMatthias Clasen1-1/+1
2010-11-03Use g_simple_async_result_{new_,}take_errorChristian Persch1-2/+1
2010-07-07gio/: fully remove gioalias hacksRyan Lortie1-1/+0
2009-07-01Support g_main_context_push_thread_default() in gioDan Winship1-2/+2
2009-07-01Use low-level GSource methods in a few more placesDan Winship1-4/+22
2009-05-05Add a GMount::pre-unmount signalCarlos Garnacho1-0/+2
2009-03-26Bug 575270 – GVolumeMonitor::mount-pre-unmount not being emittedCarlos Garnacho1-18/+34
2008-09-08(gio)Christian Neumair1-10/+50
2008-08-11gfilenamecompleter.c glocaldirectorymonitor.c gmountoperation.cSven Neumann1-1/+1
2008-07-01Moved all relevant typedefs into these files.Cody Russell1-0/+4
2008-06-22Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin1-1/+1
2008-06-16chain up unconditionally in finalize() and dispose(). Also don'tMichael Natterer1-3/+2
2008-01-09Add g_unix_mount_guess_should_display and use for unix volume monitorAlexander Larsson1-1/+1
2008-01-02These void functions were trying to return a value. It was causing theAlvaro Lopez Ortega1-2/+2
2007-12-20Add GMountUnmountFlags to all unmount and eject calls. AddAlexander Larsson1-0/+2
2007-12-20Remove C99 commentsMatthias Clasen1-1/+1
2007-12-17Provide eject() on both GMount and GVolume and utility functions to guessDavid Zeuthen1-22/+80
2007-12-11Rework how volumes, drives and volume monitoring is done. Previosly theDavid Zeuthen1-0/+348