Namespace waste reduction, move some g_get_unix_mount functions to the

2007-12-17  Matthias Clasen  <mclasen@redhat.com>

        * gio.symbols:
        * gunixmounts.[hc]: Namespace waste reduction, move some
        g_get_unix_mount functions to the g_unix_mount namespace.

        * gunixmounts.c:
        * gunixvolumemonitor.c:
        * glocalfile.c:
        * glocaldirectorymonitor.c: Update all callers.

        * gunixmounts.h: Remove leftover g_unix_get_canonical_device_path


svn path=/trunk/; revision=6143
This commit is contained in:
Matthias Clasen
2007-12-17 14:59:23 +00:00
committed by Matthias Clasen
parent 19e895d818
commit feb5258cf9
10 changed files with 50 additions and 30 deletions

View File

@@ -39,6 +39,12 @@ typedef struct _GUnixVolumeMonitor GUnixVolumeMonitor;
typedef struct _GUnixVolumeMonitorClass GUnixVolumeMonitorClass;
/* Forward definitions */
/**
* GUnixMount:
*
* Implementation of the #GMount interface for Unix systems.
*/
typedef struct _GUnixMount GUnixMount;
typedef struct _GUnixVolume GUnixVolume;