| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GI.Dazzle.Structs.PatternSpec
Description
No description available in the introspection data.
Synopsis
- newtype PatternSpec = PatternSpec (ManagedPtr PatternSpec)
- patternSpecGetText :: (HasCallStack, MonadIO m) => PatternSpec -> m Text
- patternSpecMatch :: (HasCallStack, MonadIO m) => PatternSpec -> Text -> m Bool
- patternSpecNew :: (HasCallStack, MonadIO m) => Text -> m PatternSpec
- patternSpecRef :: (HasCallStack, MonadIO m) => PatternSpec -> m PatternSpec
- patternSpecUnref :: (HasCallStack, MonadIO m) => PatternSpec -> m ()
Exported types
newtype PatternSpec Source #
Memory-managed wrapper type.
Constructors
| PatternSpec (ManagedPtr PatternSpec) |
Instances
| Eq PatternSpec Source # | |
Defined in GI.Dazzle.Structs.PatternSpec | |
| GBoxed PatternSpec Source # | |
Defined in GI.Dazzle.Structs.PatternSpec | |
| ManagedPtrNewtype PatternSpec Source # | |
Defined in GI.Dazzle.Structs.PatternSpec Methods toManagedPtr :: PatternSpec -> ManagedPtr PatternSpec | |
| TypedObject PatternSpec Source # | |
Defined in GI.Dazzle.Structs.PatternSpec | |
| HasParentTypes PatternSpec Source # | |
Defined in GI.Dazzle.Structs.PatternSpec | |
| IsGValue (Maybe PatternSpec) Source # | Convert |
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 # | |
Defined in GI.Dazzle.Structs.PatternSpec | |
Methods
Click to display all available methods, including inherited ones
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.