Table of Contents

Class AppInfoMonitor

Namespace
Gio
Assembly
Gio-2.0.dll
public class AppInfoMonitor : Object, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
AppInfoMonitor
Implements
Inherited Members

Constructors

AppInfoMonitor(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public AppInfoMonitor(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

AppInfoMonitor(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected AppInfoMonitor(CreationData data)

Parameters

data CreationData

AppInfoMonitor(AppInfoMonitorHandle)

protected AppInfoMonitor(AppInfoMonitorHandle handle)

Parameters

handle AppInfoMonitorHandle

Fields

ChangedSignal

Signal Descriptor for OnChanged.

public static readonly Signal<AppInfoMonitor> ChangedSignal

Field Value

Signal<AppInfoMonitor>

Methods

Get()

[Version("2.40")]
public static AppInfoMonitor Get()

Returns

AppInfoMonitor

GetGType()

public static Type GetGType()

Returns

Type

NewFromPointer(nint, bool)

Creates a new managed AppInfoMonitor instance for a given pointer.

public static AppInfoMonitor NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

AppInfoMonitor

NewWithProperties(ConstructArgument[])

Creates a new AppInfoMonitor and sets the properties specified by the construct arguments.

public static AppInfoMonitor NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

AppInfoMonitor

Events

OnChanged

public event SignalHandler<AppInfoMonitor> OnChanged

Event Type

SignalHandler<AppInfoMonitor>