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

  /external/bluetooth/glib/gio/
gdrive.h 36 #define G_DRIVE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_DRIVE, GDrive))
44 * @disconnected: The removed signal that is emitted when the #GDrive have been disconnected. If the recipient is holding references to the object they should release them so the object can be finalized.
46 * @get_name: Returns the name for the given #GDrive.
47 * @get_icon: Returns a #GIcon for the given #GDrive.
48 * @has_volumes: Returns %TRUE if the #GDrive has mountable volumes.
49 * @get_volumes: Returns a list #GList of #GVolume for the #GDrive.
50 * @is_media_removable: Returns %TRUE if the #GDrive supports removal and insertion of media.
51 * @has_media: Returns %TRUE if the #GDrive has media inserted.
52 * @is_media_check_automatic: Returns %TRUE if the #GDrive is capabable of automatically detecting media changes.
53 * @can_poll_for_media: Returns %TRUE if the #GDrive is capable of manually polling for media change
    [all...]
gdrive.c 25 #include "gdrive.h"
34 * SECTION:gdrive
38 * #GDrive - this represent a piece of hardware connected to the machine.
42 * #GDrive is a container class for #GVolume objects that stem from
43 * the same piece of media. As such, #GDrive abstracts a drive with
48 * If the #GDrive reports that media isn't automatically detected, one
54 * #GDrive in that API.
81 g_type_register_static (G_TYPE_INTERFACE, I_("GDrive"),
106 * GDrive::changed:
107 * @drive: a #GDrive
    [all...]
gvolumemonitor.h 91 GDrive *drive);
93 GDrive *drive);
95 GDrive *drive);
118 GDrive *drive);
gvolume.h 84 * @get_drive: Gets a #GDrive the volume is located on. Returns %NULL if the #GVolume is not associated with a #GDrive.
121 GDrive * (* get_drive) (GVolume *volume);
158 GDrive * g_volume_get_drive (GVolume *volume);
giotypes.h 43 * GDrive:
47 typedef struct _GDrive GDrive; /* Dummy typedef */
gmount.h 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.
85 GDrive * (* get_drive) (GMount *mount);
138 GDrive * g_mount_get_drive (GMount *mount);
gunionvolumemonitor.c 327 GDrive *child_drive,
337 GDrive *child_drive,
347 GDrive *child_drive,
357 GDrive *child_drive,
gvolume.c 236 * Returns: a #GDrive or %NULL if @volume is not associated with a drive.
240 GDrive *
gwin32mount.c 253 static GDrive *
gmount.c 269 * using that object to get the #GDrive.
271 * Returns: a #GDrive or %NULL if @mount is not associated with a volume or a drive.
275 GDrive *
gunixmount.c 200 static GDrive *
gunixvolume.c 259 static GDrive *

Completed in 678 milliseconds