gi-vte-2.91.25: Vte bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Vte.Structs.Regex

Description

No description available in the introspection data.

Synopsis

Exported types

newtype Regex Source #

Memory-managed wrapper type.

Constructors

Regex (ManagedPtr Regex) 

Instances

Instances details
Eq Regex Source # 
Instance details

Defined in GI.Vte.Structs.Regex

Methods

(==) :: Regex -> Regex -> Bool #

(/=) :: Regex -> Regex -> Bool #

IsGValue Regex Source #

Convert Regex to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Vte.Structs.Regex

BoxedObject Regex Source # 
Instance details

Defined in GI.Vte.Structs.Regex

Methods

boxedType :: Regex -> IO GType #

noRegex :: Maybe Regex Source #

A convenience alias for Nothing :: Maybe Regex.

Methods

Overloaded methods

jit

regexJit Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Regex 
-> Word32 
-> m ()

(Can throw GError)

No description available in the introspection data.

newForMatch

regexNewForMatch Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Text 
-> Int64 
-> Word32 
-> m Regex

(Can throw GError)

No description available in the introspection data.

newForSearch

regexNewForSearch Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Text 
-> Int64 
-> Word32 
-> m Regex

(Can throw GError)

No description available in the introspection data.

ref

regexRef :: (HasCallStack, MonadIO m) => Regex -> m Regex Source #

No description available in the introspection data.

substitute

regexSubstitute Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Regex 
-> Text 
-> Text 
-> Word32 
-> m Text

(Can throw GError)

No description available in the introspection data.

unref

regexUnref :: (HasCallStack, MonadIO m) => Regex -> m Regex Source #

No description available in the introspection data.