Method

GioMountOperationset_domain

Declaration

void
g_mount_operation_set_domain (
  GMountOperation* op,
  const char* domain
)

Description

Sets the mount operation’s domain.

Parameters

domain

Type: const char*

The domain to set.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.