Class MountOperation
public class MountOperation
- Inheritance
-
MountOperation
- Inherited Members
Methods
GetDisplay(IntPtr)
Calls native method gtk_mount_operation_get_display.
public static extern IntPtr GetDisplay(IntPtr op)
Parameters
op
IntPtrTransfer ownership: None Nullable: False
Returns
- IntPtr
Transfer ownership: None Nullable: False
GetGType()
Calls native function gtk_mount_operation_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
GetParent(IntPtr)
Calls native method gtk_mount_operation_get_parent.
public static extern IntPtr GetParent(IntPtr op)
Parameters
op
IntPtrTransfer ownership: None Nullable: False
Returns
- IntPtr
Transfer ownership: None Nullable: True
IsShowing(IntPtr)
Calls native method gtk_mount_operation_is_showing.
public static extern bool IsShowing(IntPtr op)
Parameters
op
IntPtrTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
New(IntPtr)
Calls native constructor gtk_mount_operation_new.
public static extern IntPtr New(IntPtr parent)
Parameters
parent
IntPtrTransfer ownership: None Nullable: True
Returns
- IntPtr
Transfer ownership: Full Nullable: False
SetDisplay(IntPtr, IntPtr)
Calls native method gtk_mount_operation_set_display.
public static extern void SetDisplay(IntPtr op, IntPtr display)
Parameters
op
IntPtrTransfer ownership: None Nullable: False
display
IntPtrTransfer ownership: None Nullable: False
SetParent(IntPtr, IntPtr)
Calls native method gtk_mount_operation_set_parent.
public static extern void SetParent(IntPtr op, IntPtr parent)