Table of Contents

Class SimplePermission

Namespace
Gio
Assembly
Gio-2.0.dll
public class SimplePermission : Permission, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
SimplePermission
Implements
Inherited Members

Constructors

SimplePermission(bool, params ConstructArgument[])

protected SimplePermission(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

SimplePermission(IntPtr, bool)

protected SimplePermission(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Methods

GetGType()

public static Type GetGType()

Returns

Type

New(bool)

[Version("2.26")]
public static SimplePermission New(bool allowed)

Parameters

allowed bool

Returns

SimplePermission