gi-vte-2.91.16: 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

 

Synopsis

Exported types

newtype Regex Source #

Constructors

Regex (ManagedPtr Regex) 

Instances

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.