Table of Contents

Class StatusPage

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

Methods

GetChild(IntPtr)

Calls native method adw_status_page_get_child.

public static extern IntPtr GetChild(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: True

GetDescription(IntPtr)

Calls native method adw_status_page_get_description.

public static extern NullableUtf8StringUnownedHandle GetDescription(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

NullableUtf8StringUnownedHandle

Transfer ownership: None Nullable: True

GetGType()

Calls native function adw_status_page_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetIconName(IntPtr)

Calls native method adw_status_page_get_icon_name.

public static extern NullableUtf8StringUnownedHandle GetIconName(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

NullableUtf8StringUnownedHandle

Transfer ownership: None Nullable: True

GetPaintable(IntPtr)

Calls native method adw_status_page_get_paintable.

public static extern IntPtr GetPaintable(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: True

GetTitle(IntPtr)

Calls native method adw_status_page_get_title.

public static extern NonNullableUtf8StringUnownedHandle GetTitle(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

NonNullableUtf8StringUnownedHandle

Transfer ownership: None Nullable: False

New()

Calls native constructor adw_status_page_new.

public static extern IntPtr New()

Returns

IntPtr

Transfer ownership: None Nullable: False

SetChild(IntPtr, IntPtr)

Calls native method adw_status_page_set_child.

public static extern void SetChild(IntPtr self, IntPtr child)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

child IntPtr

Transfer ownership: None Nullable: True

SetDescription(IntPtr, NullableUtf8StringHandle)

Calls native method adw_status_page_set_description.

public static extern void SetDescription(IntPtr self, NullableUtf8StringHandle description)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

description NullableUtf8StringHandle

Transfer ownership: None Nullable: True

SetIconName(IntPtr, NullableUtf8StringHandle)

Calls native method adw_status_page_set_icon_name.

public static extern void SetIconName(IntPtr self, NullableUtf8StringHandle iconName)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

iconName NullableUtf8StringHandle

Transfer ownership: None Nullable: True

SetPaintable(IntPtr, IntPtr)

Calls native method adw_status_page_set_paintable.

public static extern void SetPaintable(IntPtr self, IntPtr paintable)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

paintable IntPtr

Transfer ownership: None Nullable: True

SetTitle(IntPtr, NonNullableUtf8StringHandle)

Calls native method adw_status_page_set_title.

public static extern void SetTitle(IntPtr self, NonNullableUtf8StringHandle title)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

title NonNullableUtf8StringHandle

Transfer ownership: None Nullable: False