Table of Contents

Class ListStoreHandle

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

Constructors

ListStoreHandle(nint, bool)

public ListStoreHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ListStoreHandle

Type Parameters

T