gi-dazzle-1.0.2: libdazzle bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Dazzle.Objects.FuzzyIndexCursor

Description

No description available in the introspection data.

Synopsis

Exported types

newtype FuzzyIndexCursor Source #

Memory-managed wrapper type.

Constructors

FuzzyIndexCursor (ManagedPtr FuzzyIndexCursor) 

Instances

Instances details
Eq FuzzyIndexCursor Source # 
Instance details

Defined in GI.Dazzle.Objects.FuzzyIndexCursor

GObject FuzzyIndexCursor Source # 
Instance details

Defined in GI.Dazzle.Objects.FuzzyIndexCursor

ManagedPtrNewtype FuzzyIndexCursor Source # 
Instance details

Defined in GI.Dazzle.Objects.FuzzyIndexCursor

TypedObject FuzzyIndexCursor Source # 
Instance details

Defined in GI.Dazzle.Objects.FuzzyIndexCursor

Methods

glibType :: IO GType

HasParentTypes FuzzyIndexCursor Source # 
Instance details

Defined in GI.Dazzle.Objects.FuzzyIndexCursor

IsGValue (Maybe FuzzyIndexCursor) Source #

Convert FuzzyIndexCursor to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Dazzle.Objects.FuzzyIndexCursor

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe FuzzyIndexCursor -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe FuzzyIndexCursor)

type ParentTypes FuzzyIndexCursor Source # 
Instance details

Defined in GI.Dazzle.Objects.FuzzyIndexCursor

type ParentTypes FuzzyIndexCursor = '[Object, AsyncInitable, ListModel]

class (GObject o, IsDescendantOf FuzzyIndexCursor o) => IsFuzzyIndexCursor o Source #

Type class for types which can be safely cast to FuzzyIndexCursor, for instance with toFuzzyIndexCursor.

Instances

Instances details
(GObject o, IsDescendantOf FuzzyIndexCursor o) => IsFuzzyIndexCursor o Source # 
Instance details

Defined in GI.Dazzle.Objects.FuzzyIndexCursor

toFuzzyIndexCursor :: (MonadIO m, IsFuzzyIndexCursor o) => o -> m FuzzyIndexCursor Source #

Cast to FuzzyIndexCursor, for types for which this is known to be safe. For general casts, use castTo.

Methods

getIndex

fuzzyIndexCursorGetIndex Source #

Arguments

:: (HasCallStack, MonadIO m, IsFuzzyIndexCursor a) 
=> a

self: A FuzzyIndexCursor

-> m FuzzyIndex

Returns: A FuzzyIndex.

Gets the index the cursor is iterating.

Properties

caseSensitive

No description available in the introspection data.

constructFuzzyIndexCursorCaseSensitive :: (IsFuzzyIndexCursor o, MonadIO m) => Bool -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “case-sensitive” property. This is rarely needed directly, but it is used by new.

getFuzzyIndexCursorCaseSensitive :: (MonadIO m, IsFuzzyIndexCursor o) => o -> m Bool Source #

Get the value of the “case-sensitive” property. When overloading is enabled, this is equivalent to

get fuzzyIndexCursor #caseSensitive

index

No description available in the introspection data.

constructFuzzyIndexCursorIndex :: (IsFuzzyIndexCursor o, MonadIO m, IsFuzzyIndex a) => a -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “index” property. This is rarely needed directly, but it is used by new.

maxMatches

No description available in the introspection data.

constructFuzzyIndexCursorMaxMatches :: (IsFuzzyIndexCursor o, MonadIO m) => Word32 -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “max-matches” property. This is rarely needed directly, but it is used by new.

getFuzzyIndexCursorMaxMatches :: (MonadIO m, IsFuzzyIndexCursor o) => o -> m Word32 Source #

Get the value of the “max-matches” property. When overloading is enabled, this is equivalent to

get fuzzyIndexCursor #maxMatches

query

No description available in the introspection data.

constructFuzzyIndexCursorQuery :: (IsFuzzyIndexCursor o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “query” property. This is rarely needed directly, but it is used by new.

getFuzzyIndexCursorQuery :: (MonadIO m, IsFuzzyIndexCursor o) => o -> m (Maybe Text) Source #

Get the value of the “query” property. When overloading is enabled, this is equivalent to

get fuzzyIndexCursor #query

tables

No description available in the introspection data.

constructFuzzyIndexCursorTables :: (IsFuzzyIndexCursor o, MonadIO m) => VariantDict -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “tables” property. This is rarely needed directly, but it is used by new.