mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
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:
committed by
Matthias Clasen
parent
19e895d818
commit
feb5258cf9
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user