Table of Contents

Class InitiallyUnownedHandle

Namespace
GObject.Internal
Assembly
GObject-2.0.dll
public class InitiallyUnownedHandle : ObjectHandle, IDisposable
Inheritance
InitiallyUnownedHandle
Implements
Derived
Inherited Members

Constructors

InitiallyUnownedHandle(nint, bool)

public InitiallyUnownedHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

InitiallyUnownedHandle

Type Parameters

T