summaryrefslogtreecommitdiff
path: root/client/gdaemonvolumemonitor.c
Commit message (Expand)AuthorAgeFilesLines
* Do not sent user invisible mounts if not neededOndrej Holy2017-06-061-16/+10
* Use g_list_free_full() where applicableTomas Bzatek2013-01-171-2/+1
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* Cleanups and fixes for compiler warningsKjartan Maraas2011-03-171-4/+0
* Use the new support for shadow mounts instead ofAlexander Larsson2008-12-011-8/+0
* get rid of modelines The modelines were inconsistent and caused issuesBenjamin Otte2008-04-221-1/+0
* Properly lock around volume monitors and volume monitor objects. Emit allAlexander Larsson2008-03-041-24/+31
* Emit signals outside of the lock to avoid deadlocks (#519250)Alexander Larsson2008-02-281-8/+21
* Use standard lock instead of recursive lock.Alexander Larsson2008-02-261-11/+12
* Prefer to return a GDaemonMount from an existing GDaemonVolumeMonitorDavid Zeuthen2008-02-251-3/+52
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-1/+1
* Don't spew warnings when hidden mounts are unmounted.Alexander Larsson2008-02-051-1/+2
* Fix typo G_DAEMON_FILE -> G_IS_DAEMON_FILEAlexander Larsson2008-01-281-0/+4
* Remove spew Update for new APIs Don't use GDaemonVolumeMonitor if notAlexander Larsson2007-12-191-3/+23
* Add the cdda:// backend for Compact Disc Digital Audio discs.David Zeuthen2007-12-191-3/+11
* new filesDavid Zeuthen2007-12-171-0/+15
* Update for API changes in gio trunk.David Zeuthen2007-12-111-31/+39
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
* Implement find_enclosing_volumeAlexander Larsson2007-10-311-2/+2
* Add all mount info to GMountInfo Make it refcountedAlexander Larsson2007-10-311-3/+3
* Don't show not user visible mountsAlexander Larsson2007-10-261-5/+16
* Remove spewAlexander Larsson2007-10-191-3/+0
* Implement using DEFINE_DYNAMIC_TYPE Actually register GDaemonVolumeMonitorAlexander Larsson2007-10-191-2/+28
* Pass in DBusConnection to use instead of using default oneAlexander Larsson2007-09-251-1/+1
* Dup the mount_info as it doesn't belong to us.Alexander Larsson2007-09-131-2/+1
* More cleanup.Alexander Larsson2007-09-131-1/+1
* Clean out the cruft and make GDaemonVolume and GDaemonVolumeMonitor compile.Alexander Larsson2007-09-131-231/+74
* Add initial GDaemonVolume and GDaemonVolumeMonitor sources.Alexander Larsson2007-09-131-0/+306