gi-girepository-1.0.12: 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.Structs.Typelib

Contents

Description

TODO

Synopsis

Exported types

newtype Typelib Source #

Constructors

Typelib (ManagedPtr Typelib) 

Instances

WrappedPtr Typelib Source # 
((~) * info (ResolveTypelibMethod t Typelib), MethodInfo * info Typelib p) => IsLabel t (Typelib -> p) Source # 

Methods

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

((~) * info (ResolveTypelibMethod t Typelib), MethodInfo * info Typelib p) => IsLabelProxy t (Typelib -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> Typelib -> p #

HasAttributeList * Typelib Source # 
((~) * signature (Text -> Ptr () -> m Bool), MonadIO m) => MethodInfo * TypelibSymbolMethodInfo Typelib signature Source # 
((~) * signature (m Text), MonadIO m) => MethodInfo * TypelibGetNamespaceMethodInfo Typelib signature Source # 
((~) * signature (m ()), MonadIO m) => MethodInfo * TypelibFreeMethodInfo Typelib signature Source # 
type AttributeList Typelib Source # 

Methods

free

data TypelibFreeMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m) => MethodInfo * TypelibFreeMethodInfo Typelib signature Source # 

typelibFree :: (HasCallStack, MonadIO m) => Typelib -> m () Source #

No description available in the introspection data.

getNamespace

typelibGetNamespace :: (HasCallStack, MonadIO m) => Typelib -> m Text Source #

No description available in the introspection data.

symbol

data TypelibSymbolMethodInfo Source #

Instances

((~) * signature (Text -> Ptr () -> m Bool), MonadIO m) => MethodInfo * TypelibSymbolMethodInfo Typelib signature Source # 

typelibSymbol :: (HasCallStack, MonadIO m) => Typelib -> Text -> Ptr () -> m Bool Source #

No description available in the introspection data.