Type Alias GMountOperationResult

Source
pub type GMountOperationResult = c_uint;
Expand description

GMountOperationResult: @G_MOUNT_OPERATION_HANDLED: The request was fulfilled and the user specified data is now available @G_MOUNT_OPERATION_ABORTED: The user requested the mount operation to be aborted @G_MOUNT_OPERATION_UNHANDLED: The request was unhandled (i.e. not implemented)

#GMountOperationResult is returned as a result when a request for information is send by the mounting operation.