Home
last modified time | relevance | path

Searched refs:GDrive (Results 1 – 14 of 14) sorted by relevance

/external/bluetooth/glib/gio/
Dgdrive.h36 #define G_DRIVE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_DRIVE, GDrive))
73 void (* changed) (GDrive *drive);
74 void (* disconnected) (GDrive *drive);
75 void (* eject_button) (GDrive *drive);
78 char * (* get_name) (GDrive *drive);
79 GIcon * (* get_icon) (GDrive *drive);
80 gboolean (* has_volumes) (GDrive *drive);
81 GList * (* get_volumes) (GDrive *drive);
82 gboolean (* is_media_removable) (GDrive *drive);
83 gboolean (* has_media) (GDrive *drive);
[all …]
Dgdrive.c165 g_drive_get_name (GDrive *drive) in g_drive_get_name()
186 g_drive_get_icon (GDrive *drive) in g_drive_get_icon()
206 g_drive_has_volumes (GDrive *drive) in g_drive_has_volumes()
229 g_drive_get_volumes (GDrive *drive) in g_drive_get_volumes()
250 g_drive_is_media_check_automatic (GDrive *drive) in g_drive_is_media_check_automatic()
270 g_drive_is_media_removable (GDrive *drive) in g_drive_is_media_removable()
292 g_drive_has_media (GDrive *drive) in g_drive_has_media()
312 g_drive_can_eject (GDrive *drive) in g_drive_can_eject()
336 g_drive_can_poll_for_media (GDrive *drive) in g_drive_can_poll_for_media()
365 g_drive_eject (GDrive *drive, in g_drive_eject()
[all …]
Dgvolumemonitor.h91 GDrive *drive);
93 GDrive *drive);
95 GDrive *drive);
118 GDrive *drive);
Dgvolume.h121 GDrive * (* get_drive) (GVolume *volume);
158 GDrive * g_volume_get_drive (GVolume *volume);
Dgunionvolumemonitor.c327 GDrive *child_drive, in child_drive_connected()
337 GDrive *child_drive, in child_drive_disconnected()
347 GDrive *child_drive, in child_drive_changed()
357 GDrive *child_drive, in child_drive_eject_button()
Dgmount.h85 GDrive * (* get_drive) (GMount *mount);
138 GDrive * g_mount_get_drive (GMount *mount);
Dgiotypes.h47 typedef struct _GDrive GDrive; /* Dummy typedef */ typedef
Dgwin32mount.c253 static GDrive *
Dgvolume.c240 GDrive *
Dgmount.c275 GDrive *
Dgunixmount.c200 static GDrive *
Dgunixvolume.c259 static GDrive *
DChangeLog3312 GVolume, GDrive, GMounts, which hopefully gives the user less
3469 add signals 'disconnected' and 'eject-button' on GDrive. Add
3824 GDrive <1-1> GVolume
3826 where a GDrive instance represented a mount point and a GVolume
3830 GDrive <1-N> GVolume <1-1> GMount
3833 GVolume serves the purpose of the old GDrive. In addition the new
3834 GDrive interface is used to represent a collection of GVolume
3836 the state of the physical drive the GDrive object represents (such
3840 backend. A subquent patch will introduce GDrive support for ejection
/external/bluetooth/glib/docs/reference/gio/
Dgio-sections.txt928 <TITLE>GDrive</TITLE>
929 GDrive