gi-girepository-1.0.26: GIRepository (gobject-introspection) bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
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

ManagedPtrNewtype Typelib Source # 
Instance details

Defined in GI.GIRepository.Structs.Typelib

Methods

toManagedPtr :: Typelib -> ManagedPtr Typelib

Methods

Click to display all available methods, including inherited ones

Expand

Methods

free, symbol.

Getters

getNamespace.

Setters

None.

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.