gi-girepository-1.0.23: GIRepository (gobject-introspection) bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.GIRepository.Structs.Typelib

Description

TODO

Synopsis

Exported types

newtype Typelib Source #

Memory-managed wrapper type.

Constructors

Typelib (ManagedPtr Typelib) 

Instances

Instances details
Eq Typelib Source # 
Instance details

Defined in GI.GIRepository.Structs.Typelib

Methods

(==) :: Typelib -> Typelib -> Bool

(/=) :: Typelib -> Typelib -> Bool

BoxedPtr Typelib Source # 
Instance details

Defined in GI.GIRepository.Structs.Typelib

Methods

boxedPtrCopy :: Typelib -> IO Typelib

boxedPtrFree :: Typelib -> IO ()

ManagedPtrNewtype Typelib Source # 
Instance details

Defined in GI.GIRepository.Structs.Typelib

Methods

toManagedPtr :: Typelib -> ManagedPtr Typelib

Methods

Overloaded methods

free

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

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

No description available in the introspection data.