gi-dazzle-1.0.2: libdazzle bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Dazzle.Structs.PatternSpec

Description

No description available in the introspection data.

Synopsis

Exported types

newtype PatternSpec Source #

Memory-managed wrapper type.

Constructors

PatternSpec (ManagedPtr PatternSpec) 

Instances

Instances details
Eq PatternSpec Source # 
Instance details

Defined in GI.Dazzle.Structs.PatternSpec

GBoxed PatternSpec Source # 
Instance details

Defined in GI.Dazzle.Structs.PatternSpec

ManagedPtrNewtype PatternSpec Source # 
Instance details

Defined in GI.Dazzle.Structs.PatternSpec

Methods

toManagedPtr :: PatternSpec -> ManagedPtr PatternSpec

TypedObject PatternSpec Source # 
Instance details

Defined in GI.Dazzle.Structs.PatternSpec

Methods

glibType :: IO GType

HasParentTypes PatternSpec Source # 
Instance details

Defined in GI.Dazzle.Structs.PatternSpec

IsGValue (Maybe PatternSpec) Source #

Convert PatternSpec to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Dazzle.Structs.PatternSpec

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe PatternSpec -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe PatternSpec)

type ParentTypes PatternSpec Source # 
Instance details

Defined in GI.Dazzle.Structs.PatternSpec

type ParentTypes PatternSpec = '[] :: [Type]

Methods

Click to display all available methods, including inherited ones

Expand

Methods

match, ref, unref.

Getters

getText.

Setters

None.

getText

patternSpecGetText :: (HasCallStack, MonadIO m) => PatternSpec -> m Text Source #

No description available in the introspection data.

match

patternSpecMatch :: (HasCallStack, MonadIO m) => PatternSpec -> Text -> m Bool Source #

No description available in the introspection data.

new

patternSpecNew :: (HasCallStack, MonadIO m) => Text -> m PatternSpec Source #

No description available in the introspection data.

ref

patternSpecRef :: (HasCallStack, MonadIO m) => PatternSpec -> m PatternSpec Source #

No description available in the introspection data.

unref

patternSpecUnref :: (HasCallStack, MonadIO m) => PatternSpec -> m () Source #

No description available in the introspection data.