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
constructArgumentsConstructArgument[]
AppInfoMonitor(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected AppInfoMonitor(CreationData data)
Parameters
dataCreationData
AppInfoMonitor(AppInfoMonitorHandle)
protected AppInfoMonitor(AppInfoMonitorHandle handle)
Parameters
handleAppInfoMonitorHandle
Fields
ChangedSignal
Signal Descriptor for OnChanged.
public static readonly Signal<AppInfoMonitor> ChangedSignal
Field Value
Methods
Get()
[Version("2.40")]
public static AppInfoMonitor Get()
Returns
GetGType()
public static Type GetGType()
Returns
NewFromPointer(nint, bool)
Creates a new managed AppInfoMonitor instance for a given pointer.
public static AppInfoMonitor NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new AppInfoMonitor and sets the properties specified by the construct arguments.
public static AppInfoMonitor NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
Events
OnChanged
public event SignalHandler<AppInfoMonitor> OnChanged