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

BoxedObject Regex Source # 

Methods

boxedType :: Regex -> IO GType #

((~) * info (ResolveRegexMethod t Regex), MethodInfo * info Regex p) => IsLabel t (Regex -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> Regex -> p #

((~) * info (ResolveRegexMethod t Regex), MethodInfo * info Regex p) => IsLabelProxy t (Regex -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> Regex -> p #

HasAttributeList * Regex Source # 
((~) * signature (m Regex), MonadIO m) => MethodInfo * RegexUnrefMethodInfo Regex signature Source # 
((~) * signature (m Regex), MonadIO m) => MethodInfo * RegexRefMethodInfo Regex signature Source # 
((~) * signature (Word32 -> m ()), MonadIO m) => MethodInfo * RegexJitMethodInfo Regex signature Source # 
type AttributeList Regex Source # 

Methods

jit

data RegexJitMethodInfo Source #

Instances

((~) * signature (Word32 -> m ()), MonadIO m) => MethodInfo * RegexJitMethodInfo Regex signature Source # 

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

data RegexRefMethodInfo Source #

Instances

((~) * signature (m Regex), MonadIO m) => MethodInfo * RegexRefMethodInfo Regex signature Source # 

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

No description available in the introspection data.

unref

data RegexUnrefMethodInfo Source #

Instances

((~) * signature (m Regex), MonadIO m) => MethodInfo * RegexUnrefMethodInfo Regex signature Source # 

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

No description available in the introspection data.