Class UnixMountMonitor
public class UnixMountMonitor
- Inheritance
-
UnixMountMonitor
- Inherited Members
Methods
Get()
Calls native function g_unix_mount_monitor_get. Version: 2.44
[Version("2.44")]
public static extern nint Get()
Returns
- nint
Transfer ownership: Full Nullable: False
GetGType()
Calls native function g_unix_mount_monitor_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
New()
Calls native constructor g_unix_mount_monitor_new.
public static extern nint New()
Returns
- nint
Transfer ownership: Full Nullable: False
SetRateLimit(nint, int)
Calls native method g_unix_mount_monitor_set_rate_limit. Version: 2.18
[Version("2.18")]
public static extern void SetRateLimit(nint mountMonitor, int limitMsec)