gi-vte-2.91.18: Vte bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Vte.Structs.Regex

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype Regex Source #

Memory-managed wrapper type.

Constructors

Regex (ManagedPtr Regex) 
Instances
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

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.

unref

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

No description available in the introspection data.