summaryrefslogtreecommitdiff
path: root/common/gmounttracker.c
Commit message (Expand)AuthorAgeFilesLines
* Do not sent user invisible mounts if not neededOndrej Holy2017-06-061-6/+39
* Use g_list_free_full() where applicableTomas Bzatek2013-01-171-3/+1
* Add support for getting symbolic iconsWilliam Jon McCann2012-08-301-1/+18
* gdbus: Use casting macros where possibleTomas Bzatek2012-07-311-2/+2
* gdbus: Use g_clear_object() where appropriateTomas Bzatek2012-07-311-7/+3
* gdbus: Properly suffix functions doing sync proxy creationTomas Bzatek2012-07-311-2/+2
* gdbus: Reword GVariant argumentsTomas Bzatek2012-07-311-4/+4
* gdbus: Construct proxies without connecting signals and propertiesTomas Bzatek2012-07-311-1/+1
* gdbus: Treat empty non-NULL strings for the "ay" type as NULLTomas Bzatek2012-07-311-0/+5
* gdbus: Core daemon and client portTomas Bzatek2012-07-311-151/+104
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* Explicitly intialize mutexes on stackTomas Bzatek2011-11-141-0/+1
* Adapt to GLib 2.31 deprecations and thread API changesMatthias Clasen2011-10-211-29/+14
* New function to re-root a given path with a mount_prefixChristian Kellner2011-05-121-0/+20
* Rename gdbusutils.h to avoid conflict with GIO1.6.2Matthias Clasen2010-05-271-1/+1
* Add "default location" support for mountsChristian Kellner2009-11-261-2/+12
* Make mounts/backends have a GIcon not a icon nameAlexander Larsson2008-12-011-5/+18
* Only call the IsSupported dbus call when the class is actually neededAlexander Larsson2008-09-231-26/+0
* Add x-content/* support to daemon mounts. Right now a backend can only setDavid Zeuthen2008-07-291-0/+5
* Only free lock if it is non-NULL. Pointed out by Denis Leroy.Matthias Clasen2008-04-141-1/+2
* Work around problems with type registering when the common code is used inAlexander Larsson2008-03-041-0/+26
* Unlock lock if returning early.Alexander Larsson2008-02-221-7/+18
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-1/+1
* Fix warningsAlexander Larsson2008-01-211-1/+0
* Do the initial mount tracker call sync so that the volume monitor isAlexander Larsson2008-01-211-20/+9
* Handle error reply from list_mounts.Alexander Larsson2008-01-101-10/+17
* Add the cdda:// backend for Compact Disc Digital Audio discs.David Zeuthen2007-12-191-3/+5
* Remove use of old giotypes.h headerAlexander Larsson2007-11-061-0/+1
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
* Add all mount info to GMountInfo Make it refcountedAlexander Larsson2007-10-311-17/+63
* Handle threads not being initializedAlexander Larsson2007-10-301-7/+14
* Add registerFuse callAlexander Larsson2007-10-261-1/+6
* Add user_visible to mount info Reorder args so that new stuff comes at theAlexander Larsson2007-10-191-2/+5
* Implement using DEFINE_DYNAMIC_TYPE Actually register GDaemonVolumeMonitorAlexander Larsson2007-10-191-4/+6
* Pass in DBusConnection to use instead of using default oneAlexander Larsson2007-09-251-69/+154
* Made GMountTracker threadsafeAlexander Larsson2007-09-131-3/+55
* Add GMountTracker to track gvfs mounts.Alexander Larsson2007-09-131-0/+384