Table of Contents

Class InitableHelper

Namespace
Gio
Assembly
Gio-2.0.dll
public sealed class InitableHelper : Object, IObject, INotifyPropertyChanged, IDisposable, Initable, IHandle, GTypeProvider
Inheritance
InitableHelper
Implements
Inherited Members

Constructors

InitableHelper(IntPtr, bool)

public InitableHelper(IntPtr handle, bool ownedRef)

Parameters

handle IntPtr
ownedRef bool

Methods

GetGType()

public static Type GetGType()

Returns

Type

Init(Cancellable?)

[Version("2.22")]
public bool Init(Cancellable? cancellable)

Parameters

cancellable Cancellable

Returns

bool

NewValist(Type, string, IntPtr, Cancellable?)

[Version("2.22")]
public static Object NewValist(Type objectType, string firstPropertyName, IntPtr varArgs, Cancellable? cancellable)

Parameters

objectType Type
firstPropertyName string
varArgs IntPtr
cancellable Cancellable

Returns

Object

Newv(Type, Parameter[], Cancellable?)

[Version("2.22")]
public static Object Newv(Type objectType, Parameter[] parameters, Cancellable? cancellable)

Parameters

objectType Type
parameters Parameter[]
cancellable Cancellable

Returns

Object