Table of Contents

Class DirectoryList

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class DirectoryList
Inheritance
DirectoryList
Inherited Members

Methods

GetAttributes(IntPtr)

Calls native method gtk_directory_list_get_attributes.

public static extern NullableUtf8StringUnownedHandle GetAttributes(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

NullableUtf8StringUnownedHandle

Transfer ownership: None Nullable: True

GetError(IntPtr)

Calls native method gtk_directory_list_get_error.

public static extern ErrorUnownedHandle GetError(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

ErrorUnownedHandle

Transfer ownership: None Nullable: True

GetFile(IntPtr)

Calls native method gtk_directory_list_get_file.

public static extern IntPtr GetFile(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: True

GetGType()

Calls native function gtk_directory_list_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetIoPriority(IntPtr)

Calls native method gtk_directory_list_get_io_priority.

public static extern int GetIoPriority(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

int

Transfer ownership: None Nullable: False

GetMonitored(IntPtr)

Calls native method gtk_directory_list_get_monitored.

public static extern bool GetMonitored(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

IsLoading(IntPtr)

Calls native method gtk_directory_list_is_loading.

public static extern bool IsLoading(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

New(NullableUtf8StringHandle, IntPtr)

Calls native constructor gtk_directory_list_new.

public static extern IntPtr New(NullableUtf8StringHandle attributes, IntPtr file)

Parameters

attributes NullableUtf8StringHandle

Transfer ownership: None Nullable: True

file IntPtr

Transfer ownership: None Nullable: True

Returns

IntPtr

Transfer ownership: Full Nullable: False

SetAttributes(IntPtr, NullableUtf8StringHandle)

Calls native method gtk_directory_list_set_attributes.

public static extern void SetAttributes(IntPtr self, NullableUtf8StringHandle attributes)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

attributes NullableUtf8StringHandle

Transfer ownership: None Nullable: True

SetFile(IntPtr, IntPtr)

Calls native method gtk_directory_list_set_file.

public static extern void SetFile(IntPtr self, IntPtr file)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

file IntPtr

Transfer ownership: None Nullable: True

SetIoPriority(IntPtr, int)

Calls native method gtk_directory_list_set_io_priority.

public static extern void SetIoPriority(IntPtr self, int ioPriority)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

ioPriority int

Transfer ownership: None Nullable: False

SetMonitored(IntPtr, bool)

Calls native method gtk_directory_list_set_monitored.

public static extern void SetMonitored(IntPtr self, bool monitored)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

monitored bool

Transfer ownership: None Nullable: False