gi-gobject-2.0.6: GObject 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.GObject.Structs.TypeQuery

Contents

Description

A structure holding information for a specific type. It is filled in by the g_type_query() function.

Synopsis

Exported types

newtype TypeQuery Source #

Instances

WrappedPtr TypeQuery Source # 
(~) AttrOpTag tag AttrSet => Constructible TypeQuery tag Source # 

Methods

new :: MonadIO m => (ForeignPtr TypeQuery -> TypeQuery) -> [AttrOp TypeQuery tag] -> m TypeQuery

((~) * info (ResolveTypeQueryMethod t TypeQuery), MethodInfo * info TypeQuery p) => IsLabel t (TypeQuery -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> TypeQuery -> p #

((~) * info (ResolveTypeQueryMethod t TypeQuery), MethodInfo * info TypeQuery p) => IsLabelProxy t (TypeQuery -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> TypeQuery -> p

HasAttributeList * TypeQuery Source # 
type AttributeList TypeQuery Source # 
type AttributeList TypeQuery

newZeroTypeQuery :: MonadIO m => m TypeQuery Source #

Construct a TypeQuery struct initialized to zero.

Properties

ClassSize

typeQueryClassSize :: AttrLabelProxy "classSize" Source #

InstanceSize

typeQueryInstanceSize :: AttrLabelProxy "instanceSize" Source #

Type

setTypeQueryType :: MonadIO m => TypeQuery -> GType -> m () Source #

typeQueryType :: AttrLabelProxy "type" Source #

TypeName

typeQueryTypeName :: AttrLabelProxy "typeName" Source #