|
GTypeInterface | g_iface |
|
void(* | changed )(GVolume *volume) |
|
void(* | removed )(GVolume *volume) |
|
char *(* | get_name )(GVolume *volume) |
|
GIcon *(* | get_icon )(GVolume *volume) |
|
char *(* | get_uuid )(GVolume *volume) |
|
GDrive *(* | get_drive )(GVolume *volume) |
|
GMount *(* | get_mount )(GVolume *volume) |
|
gboolean(* | can_mount )(GVolume *volume) |
|
gboolean(* | can_eject )(GVolume *volume) |
|
void(* | mount_fn )(GVolume *volume, GMountMountFlags flags, GMountOperation *mount_operation, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
|
gboolean(* | mount_finish )(GVolume *volume, GAsyncResult *result, GError **error) |
|
void(* | eject )(GVolume *volume, GMountUnmountFlags flags, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
|
gboolean(* | eject_finish )(GVolume *volume, GAsyncResult *result, GError **error) |
|
char *(* | get_identifier )(GVolume *volume, const char *kind) |
|
char **(* | enumerate_identifiers )(GVolume *volume) |
|
gboolean(* | should_automount )(GVolume *volume) |
|
GFile *(* | get_activation_root )(GVolume *volume) |
|
void(* | eject_with_operation )(GVolume *volume, GMountUnmountFlags flags, GMountOperation *mount_operation, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
|
gboolean(* | eject_with_operation_finish )(GVolume *volume, GAsyncResult *result, GError **error) |
|
const gchar *(* | get_sort_key )(GVolume *volume) |
|
GIcon *(* | get_symbolic_icon )(GVolume *volume) |
|
Definition at line 128 of file gvolume.h.