gi-girepository-1.0.18: GIRepository (gobject-introspection) bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.GIRepository.Structs.Typelib

Contents

Description

TODO

Synopsis

Exported types

newtype Typelib Source #

Memory-managed wrapper type.

Constructors

Typelib (ManagedPtr Typelib) 

noTypelib :: Maybe Typelib Source #

A convenience alias for Nothing :: Maybe Typelib.

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.