Searched refs:GDrive (Results 1 – 14 of 14) sorted by relevance
/external/bluetooth/glib/gio/ |
D | gdrive.h | 36 #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 …]
|
D | gdrive.c | 165 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 …]
|
D | gvolumemonitor.h | 91 GDrive *drive); 93 GDrive *drive); 95 GDrive *drive); 118 GDrive *drive);
|
D | gvolume.h | 121 GDrive * (* get_drive) (GVolume *volume); 158 GDrive * g_volume_get_drive (GVolume *volume);
|
D | gunionvolumemonitor.c | 327 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()
|
D | gmount.h | 85 GDrive * (* get_drive) (GMount *mount); 138 GDrive * g_mount_get_drive (GMount *mount);
|
D | giotypes.h | 47 typedef struct _GDrive GDrive; /* Dummy typedef */ typedef
|
D | gwin32mount.c | 253 static GDrive *
|
D | gvolume.c | 240 GDrive *
|
D | gmount.c | 275 GDrive *
|
D | gunixmount.c | 200 static GDrive *
|
D | gunixvolume.c | 259 static GDrive *
|
D | ChangeLog | 3312 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/ |
D | gio-sections.txt | 928 <TITLE>GDrive</TITLE> 929 GDrive
|