HomeSort by relevance Sort by last modified time
    Searched refs:GVolume (Results 1 - 13 of 13) sorted by null

  /external/bluetooth/glib/gio/
gvolume.h 72 #define G_VOLUME(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_VOLUME, GVolume))
80 * @removed: The removed signal that is emitted when the #GVolume have been removed. If the recipient is holding references to the object they should release them so the object can be finalized.
81 * @get_name: Gets a string containing the name of the #GVolume.
82 * @get_icon: Gets a #GIcon for the #GVolume.
83 * @get_uuid: Gets the UUID for the #GVolume. The reference is typically based on the file system UUID for the mount in question and should be considered an opaque string. Returns %NULL if there is no UUID available.
84 * @get_drive: Gets a #GDrive the volume is located on. Returns %NULL if the #GVolume is not associated with a #GDrive.
85 * @get_mount: Gets a #GMount representing the mounted volume. Returns %NULL if the #GVolume is not mounted.
86 * @can_mount: Returns %TRUE if the #GVolume can be mounted.
87 * @can_eject: Checks if a #GVolume can be ejected.
88 * @mount_fn: Mounts a given #GVolume.
    [all...]
gvolumemonitor.h 75 GVolume *volume);
77 GVolume *volume);
79 GVolume *volume);
105 GVolume * (* get_volume_for_uuid) (GVolumeMonitor *volume_monitor,
113 GVolume * (* adopt_orphan_mount) (GMount *mount,
137 GVolume * g_volume_monitor_get_volume_for_uuid (GVolumeMonitor *volume_monitor,
143 GVolume * g_volume_monitor_adopt_orphan_mount (GMount *mount);
gvolume.c 26 #include "gvolume.h"
35 * SECTION:gvolume
39 * The #GVolume interface represents user-visible objects that can be
40 * mounted. Note, when porting from GnomeVFS, #GVolume is the moral
43 * Mounting a #GVolume instance is an asynchronous operation. For more
45 * #GSimpleAsyncReady. To mount a #GVolume, first call
46 * g_volume_mount() with (at least) the #GVolume instance, optionally
57 * g_volume_mount_finish() with the #GVolume instance and the
106 g_type_register_static (G_TYPE_INTERFACE, I_("GVolume"),
131 * GVolume::changed
    [all...]
gunixvolume.c 37 #include "gvolume.h"
219 g_unix_volume_get_icon (GVolume *volume)
226 g_unix_volume_get_name (GVolume *volume)
233 g_unix_volume_get_uuid (GVolume *volume)
239 g_unix_volume_can_mount (GVolume *volume)
245 g_unix_volume_can_eject (GVolume *volume)
252 g_unix_volume_should_automount (GVolume *volume)
260 g_unix_volume_get_drive (GVolume *volume)
266 g_unix_volume_get_mount (GVolume *volume)
369 eject_mount_do (GVolume *volume
    [all...]
giotypes.h 107 * GVolume:
111 typedef struct _GVolume GVolume; /* Dummy typedef */
gunionvolumemonitor.c 180 static GVolume *
185 GVolume *volume;
256 GVolume *child_volume,
266 GVolume *child_volume,
276 GVolume *child_volume,
617 * associated with a #GVolume object. It must be called just before
621 * returned #GVolume object with the #GMount. This involves returning
638 * assoicated with the #GVolume object that represents the volume.
641 * is to return #GVolume objects representing entries in the users
644 * Returns: the #GVolume object that is the parent for @mount or %NUL
    [all...]
gmount.h 51 * @get_volume: Gets a #GVolume the mount is located on. Returns %NULL if the #GMount is not associated with a #GVolume.
52 * @get_drive: Gets a #GDrive the volume of the mount is located on. Returns %NULL if the #GMount is not associated with a #GDrive or a #GVolume. This is convenience method for getting the #GVolume and using that to get the #GDrive.
84 GVolume * (* get_volume) (GMount *mount);
137 GVolume * g_mount_get_volume (GMount *mount);
gvolumemonitor.c 28 #include "gvolume.h"
86 * @volume: a #GVolume that was added.
101 * @volume: a #GVolume that was removed.
116 * @volume: a #GVolume that changed.
290 * Returns: a #GList of #GVolume objects.
332 * Finds a #GVolume object by its UUID (see g_volume_get_uuid())
334 * Returns: a #GVolume or %NULL if no such volume is available.
337 GVolume *
gwin32volumemonitor.c 219 static GVolume *
gwin32mount.c 264 static GVolume *
gmount.c 43 * @see also: GVolume, GUnixMount
246 * Returns: a #GVolume or %NULL if @mount is not associated with a volume.
250 GVolume *
268 * This is a convenience method for getting the #GVolume and then
748 * #GVolume objects (for example, one for the camera functionality of
760 * activation root on a #GVolume is set.
gunixvolumemonitor.c 144 static GVolume *
gunixmount.c 211 static GVolume *

Completed in 69 milliseconds