Table of Contents

Class BookmarkList

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

Methods

GetAttributes(IntPtr)

Calls native method gtk_bookmark_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

GetFilename(IntPtr)

Calls native method gtk_bookmark_list_get_filename.

public static extern NonNullablePlatformStringUnownedHandle GetFilename(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

NonNullablePlatformStringUnownedHandle

Transfer ownership: None Nullable: False

GetGType()

Calls native function gtk_bookmark_list_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetIoPriority(IntPtr)

Calls native method gtk_bookmark_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

IsLoading(IntPtr)

Calls native method gtk_bookmark_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(NullablePlatformStringHandle, NullableUtf8StringHandle)

Calls native constructor gtk_bookmark_list_new.

public static extern IntPtr New(NullablePlatformStringHandle filename, NullableUtf8StringHandle attributes)

Parameters

filename NullablePlatformStringHandle

Transfer ownership: None Nullable: True

attributes NullableUtf8StringHandle

Transfer ownership: None Nullable: True

Returns

IntPtr

Transfer ownership: Full Nullable: False

SetAttributes(IntPtr, NullableUtf8StringHandle)

Calls native method gtk_bookmark_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

SetIoPriority(IntPtr, int)

Calls native method gtk_bookmark_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