Table of Contents

Class LeafletPage

Namespace
Adw.Internal
Assembly
Adw-1.dll
public class LeafletPage
Inheritance
LeafletPage
Inherited Members

Methods

GetChild(IntPtr)

Calls native method adw_leaflet_page_get_child.

public static extern IntPtr GetChild(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: False

GetGType()

Calls native function adw_leaflet_page_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetName(IntPtr)

Calls native method adw_leaflet_page_get_name.

public static extern NullableUtf8StringUnownedHandle GetName(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

NullableUtf8StringUnownedHandle

Transfer ownership: None Nullable: True

GetNavigatable(IntPtr)

Calls native method adw_leaflet_page_get_navigatable.

public static extern bool GetNavigatable(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

SetName(IntPtr, NullableUtf8StringHandle)

Calls native method adw_leaflet_page_set_name.

public static extern void SetName(IntPtr self, NullableUtf8StringHandle name)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

name NullableUtf8StringHandle

Transfer ownership: None Nullable: True

SetNavigatable(IntPtr, bool)

Calls native method adw_leaflet_page_set_navigatable.

public static extern void SetNavigatable(IntPtr self, bool navigatable)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

navigatable bool

Transfer ownership: None Nullable: False