Go to the source code of this file.
|
GIO_AVAILABLE_IN_ALL GType | g_mount_operation_get_type (void) G_GNUC_CONST |
|
GIO_AVAILABLE_IN_ALL GMountOperation * | g_mount_operation_new (void) |
|
GIO_AVAILABLE_IN_ALL const char * | g_mount_operation_get_username (GMountOperation *op) |
|
GIO_AVAILABLE_IN_ALL void | g_mount_operation_set_username (GMountOperation *op, const char *username) |
|
GIO_AVAILABLE_IN_ALL const char * | g_mount_operation_get_password (GMountOperation *op) |
|
GIO_AVAILABLE_IN_ALL void | g_mount_operation_set_password (GMountOperation *op, const char *password) |
|
GIO_AVAILABLE_IN_ALL gboolean | g_mount_operation_get_anonymous (GMountOperation *op) |
|
GIO_AVAILABLE_IN_ALL void | g_mount_operation_set_anonymous (GMountOperation *op, gboolean anonymous) |
|
GIO_AVAILABLE_IN_ALL const char * | g_mount_operation_get_domain (GMountOperation *op) |
|
GIO_AVAILABLE_IN_ALL void | g_mount_operation_set_domain (GMountOperation *op, const char *domain) |
|
GIO_AVAILABLE_IN_ALL GPasswordSave | g_mount_operation_get_password_save (GMountOperation *op) |
|
GIO_AVAILABLE_IN_ALL void | g_mount_operation_set_password_save (GMountOperation *op, GPasswordSave save) |
|
GIO_AVAILABLE_IN_ALL int | g_mount_operation_get_choice (GMountOperation *op) |
|
GIO_AVAILABLE_IN_ALL void | g_mount_operation_set_choice (GMountOperation *op, int choice) |
|
GIO_AVAILABLE_IN_ALL void | g_mount_operation_reply (GMountOperation *op, GMountOperationResult result) |
|
GIO_AVAILABLE_IN_2_58 gboolean | g_mount_operation_get_is_tcrypt_hidden_volume (GMountOperation *op) |
|
GIO_AVAILABLE_IN_2_58 void | g_mount_operation_set_is_tcrypt_hidden_volume (GMountOperation *op, gboolean hidden_volume) |
|
GIO_AVAILABLE_IN_2_58 gboolean | g_mount_operation_get_is_tcrypt_system_volume (GMountOperation *op) |
|
GIO_AVAILABLE_IN_2_58 void | g_mount_operation_set_is_tcrypt_system_volume (GMountOperation *op, gboolean system_volume) |
|
GIO_AVAILABLE_IN_2_58 guint | g_mount_operation_get_pim (GMountOperation *op) |
|
GIO_AVAILABLE_IN_2_58 void | g_mount_operation_set_pim (GMountOperation *op, guint pim) |
|
◆ G_IS_MOUNT_OPERATION
◆ G_IS_MOUNT_OPERATION_CLASS
◆ G_MOUNT_OPERATION
◆ G_MOUNT_OPERATION_CLASS
◆ G_MOUNT_OPERATION_GET_CLASS
◆ G_TYPE_MOUNT_OPERATION
◆ GMountOperationClass
◆ GMountOperationPrivate
◆ g_mount_operation_get_anonymous()
◆ g_mount_operation_get_choice()
◆ g_mount_operation_get_domain()
◆ g_mount_operation_get_is_tcrypt_hidden_volume()
◆ g_mount_operation_get_is_tcrypt_system_volume()
◆ g_mount_operation_get_password()
◆ g_mount_operation_get_password_save()
◆ g_mount_operation_get_pim()
◆ g_mount_operation_get_type()
◆ g_mount_operation_get_username()
◆ g_mount_operation_new()
◆ g_mount_operation_reply()
◆ g_mount_operation_set_anonymous()
◆ g_mount_operation_set_choice()
◆ g_mount_operation_set_domain()
◆ g_mount_operation_set_is_tcrypt_hidden_volume()
◆ g_mount_operation_set_is_tcrypt_system_volume()
◆ g_mount_operation_set_password()
◆ g_mount_operation_set_password_save()
◆ g_mount_operation_set_pim()
◆ g_mount_operation_set_username()