Method

GtkMountOperationset_parent

since: 2.14

Declaration [src]

void
gtk_mount_operation_set_parent (
  GtkMountOperation* op,
  GtkWindow* parent
)

Description [src]

Sets the transient parent for windows shown by the GtkMountOperation.

Available since: 2.14

Parameters

parent

Type: GtkWindow

Transient parent of the window, or NULL.

The argument can be NULL.
The data is owned by the caller of the method.