gi-girepository-1.0.14: GIRepository (gobject-introspection) bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.GIRepository.Flags

Contents

Description

 

Synopsis

Exported types

data VFuncInfoFlags Source #

Flags of a GIVFuncInfo struct.

Constructors

VFuncInfoFlagsMustChainUp

chains up to the parent type

VFuncInfoFlagsMustOverride

overrides

VFuncInfoFlagsMustNotOverride

does not override

VFuncInfoFlagsThrows

Includes a GError

AnotherVFuncInfoFlags Int

Catch-all for unknown values

data RepositoryLoadFlags Source #

Flags that control how a typelib is loaded.

Constructors

RepositoryLoadFlagsIrepositoryLoadFlagLazy

Lazily load the typelib.

AnotherRepositoryLoadFlags Int

Catch-all for unknown values

data FunctionInfoFlags Source #

Flags for a GIFunctionInfo struct.

Constructors

FunctionInfoFlagsIsMethod

is a method.

FunctionInfoFlagsIsConstructor

is a constructor.

FunctionInfoFlagsIsGetter

is a getter of a GIPropertyInfo.

FunctionInfoFlagsIsSetter

is a setter of a GIPropertyInfo.

FunctionInfoFlagsWrapsVfunc

represents a virtual function.

FunctionInfoFlagsThrows

the function may throw an error.

AnotherFunctionInfoFlags Int

Catch-all for unknown values