Table of Contents

Class IOModule

Namespace
Gio.Internal
Assembly
Gio-2.0.dll
public class IOModule
Inheritance
IOModule
Inherited Members

Methods

GetGType()

Calls native function g_io_module_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

Load(IntPtr)

Calls native method g_io_module_load.

public static extern void Load(IntPtr module)

Parameters

module IntPtr

Transfer ownership: None Nullable: False

New(NonNullablePlatformStringHandle)

Calls native constructor g_io_module_new.

public static extern IntPtr New(NonNullablePlatformStringHandle filename)

Parameters

filename NonNullablePlatformStringHandle

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: Full Nullable: False

Query()

Calls native function g_io_module_query. Version: 2.24

[Version("2.24")]
public static extern Utf8StringArrayNullTerminatedOwnedHandle Query()

Returns

Utf8StringArrayNullTerminatedOwnedHandle

Transfer ownership: Full Nullable: False

Unload(IntPtr)

Calls native method g_io_module_unload.

public static extern void Unload(IntPtr module)

Parameters

module IntPtr

Transfer ownership: None Nullable: False