Table of Contents

Class NotificationHandle

Namespace
Gio.Internal
Assembly
Gio-2.0.dll
public class NotificationHandle : ObjectHandle, IDisposable
Inheritance
NotificationHandle
Implements
Inherited Members

Constructors

NotificationHandle(nint, bool)

public NotificationHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static NotificationHandle For<T>(ConstructArgument[] constructArguments) where T : Notification, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

NotificationHandle

Type Parameters

T