Method
GtkMountOperationget_parent
since: 2.14
Declaration [src]
GtkWindow*
gtk_mount_operation_get_parent (
GtkMountOperation* op
)
Description [src]
Gets the transient parent used by the GtkMountOperation
.
Available since: 2.14
Gets property | Gtk.MountOperation:parent |
Return value
Type: GtkWindow
The transient parent for windows shown by op
.
The returned data is owned by the instance. |