gi-gobject-2.0.7: 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 #

Constructors

TypeQuery (ManagedPtr TypeQuery) 

Instances

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

Methods

new :: MonadIO m => (ManagedPtr 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

typeQuery_classSize :: AttrLabelProxy "classSize" Source #

instanceSize

typeQuery_instanceSize :: AttrLabelProxy "instanceSize" Source #

type

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

typeQuery_type :: AttrLabelProxy "type" Source #

typeName

typeQuery_typeName :: AttrLabelProxy "typeName" Source #