Table of Contents

Class BindingHandle

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

Constructors

BindingHandle(nint, bool)

public BindingHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

BindingHandle

Type Parameters

T