Table of Contents

Class Application

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

Methods

GetGType()

Calls native function adw_application_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetStyleManager(IntPtr)

Calls native method adw_application_get_style_manager.

public static extern IntPtr GetStyleManager(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: False

New(NullableUtf8StringHandle, ApplicationFlags)

Calls native constructor adw_application_new.

public static extern IntPtr New(NullableUtf8StringHandle applicationId, ApplicationFlags flags)

Parameters

applicationId NullableUtf8StringHandle

Transfer ownership: None Nullable: True

flags ApplicationFlags

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: Full Nullable: False