|
GTypeInterface | g_iface |
|
void(* | changed )(GDrive *drive) |
|
void(* | disconnected )(GDrive *drive) |
|
void(* | eject_button )(GDrive *drive) |
|
char *(* | get_name )(GDrive *drive) |
|
GIcon *(* | get_icon )(GDrive *drive) |
|
gboolean(* | has_volumes )(GDrive *drive) |
|
GList *(* | get_volumes )(GDrive *drive) |
|
gboolean(* | is_media_removable )(GDrive *drive) |
|
gboolean(* | has_media )(GDrive *drive) |
|
gboolean(* | is_media_check_automatic )(GDrive *drive) |
|
gboolean(* | can_eject )(GDrive *drive) |
|
gboolean(* | can_poll_for_media )(GDrive *drive) |
|
void(* | eject )(GDrive *drive, GMountUnmountFlags flags, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
|
gboolean(* | eject_finish )(GDrive *drive, GAsyncResult *result, GError **error) |
|
void(* | poll_for_media )(GDrive *drive, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
|
gboolean(* | poll_for_media_finish )(GDrive *drive, GAsyncResult *result, GError **error) |
|
char *(* | get_identifier )(GDrive *drive, const char *kind) |
|
char **(* | enumerate_identifiers )(GDrive *drive) |
|
GDriveStartStopType(* | get_start_stop_type )(GDrive *drive) |
|
gboolean(* | can_start )(GDrive *drive) |
|
gboolean(* | can_start_degraded )(GDrive *drive) |
|
void(* | start )(GDrive *drive, GDriveStartFlags flags, GMountOperation *mount_operation, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
|
gboolean(* | start_finish )(GDrive *drive, GAsyncResult *result, GError **error) |
|
gboolean(* | can_stop )(GDrive *drive) |
|
void(* | stop )(GDrive *drive, GMountUnmountFlags flags, GMountOperation *mount_operation, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
|
gboolean(* | stop_finish )(GDrive *drive, GAsyncResult *result, GError **error) |
|
void(* | stop_button )(GDrive *drive) |
|
void(* | eject_with_operation )(GDrive *drive, GMountUnmountFlags flags, GMountOperation *mount_operation, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
|
gboolean(* | eject_with_operation_finish )(GDrive *drive, GAsyncResult *result, GError **error) |
|
const gchar *(* | get_sort_key )(GDrive *drive) |
|
GIcon *(* | get_symbolic_icon )(GDrive *drive) |
|
gboolean(* | is_removable )(GDrive *drive) |
|
Definition at line 91 of file gdrive.h.