Table of Contents

Class EmblemHandle

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

Constructors

EmblemHandle(nint, bool)

public EmblemHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

EmblemHandle

Type Parameters

T