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.FuzzyIndexMatch

Description

No description available in the introspection data.

Synopsis

Exported types

newtype FuzzyIndexMatch Source #

Memory-managed wrapper type.

Constructors

FuzzyIndexMatch (ManagedPtr FuzzyIndexMatch) 

Instances

Instances details
Eq FuzzyIndexMatch Source # 
Instance details

Defined in GI.Dazzle.Objects.FuzzyIndexMatch

GObject FuzzyIndexMatch Source # 
Instance details

Defined in GI.Dazzle.Objects.FuzzyIndexMatch

ManagedPtrNewtype FuzzyIndexMatch Source # 
Instance details

Defined in GI.Dazzle.Objects.FuzzyIndexMatch

TypedObject FuzzyIndexMatch Source # 
Instance details

Defined in GI.Dazzle.Objects.FuzzyIndexMatch

Methods

glibType :: IO GType

HasParentTypes FuzzyIndexMatch Source # 
Instance details

Defined in GI.Dazzle.Objects.FuzzyIndexMatch

IsGValue (Maybe FuzzyIndexMatch) Source #

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

Instance details

Defined in GI.Dazzle.Objects.FuzzyIndexMatch

Methods

gvalueGType_ :: IO GType

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

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

type ParentTypes FuzzyIndexMatch Source # 
Instance details

Defined in GI.Dazzle.Objects.FuzzyIndexMatch

type ParentTypes FuzzyIndexMatch = '[Object]

class (GObject o, IsDescendantOf FuzzyIndexMatch o) => IsFuzzyIndexMatch o Source #

Type class for types which can be safely cast to FuzzyIndexMatch, for instance with toFuzzyIndexMatch.

Instances

Instances details
(GObject o, IsDescendantOf FuzzyIndexMatch o) => IsFuzzyIndexMatch o Source # 
Instance details

Defined in GI.Dazzle.Objects.FuzzyIndexMatch

toFuzzyIndexMatch :: (MonadIO m, IsFuzzyIndexMatch o) => o -> m FuzzyIndexMatch Source #

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

Methods

getDocument

fuzzyIndexMatchGetDocument Source #

Arguments

:: (HasCallStack, MonadIO m, IsFuzzyIndexMatch a) 
=> a 
-> m GVariant

Returns: A GVariant.

No description available in the introspection data.

getKey

fuzzyIndexMatchGetKey :: (HasCallStack, MonadIO m, IsFuzzyIndexMatch a) => a -> m Text Source #

No description available in the introspection data.

getPriority

fuzzyIndexMatchGetPriority :: (HasCallStack, MonadIO m, IsFuzzyIndexMatch a) => a -> m Word32 Source #

No description available in the introspection data.

getScore

fuzzyIndexMatchGetScore :: (HasCallStack, MonadIO m, IsFuzzyIndexMatch a) => a -> m Float Source #

No description available in the introspection data.

Properties

document

No description available in the introspection data.

constructFuzzyIndexMatchDocument :: (IsFuzzyIndexMatch o, MonadIO m) => GVariant -> m (GValueConstruct o) Source #

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

getFuzzyIndexMatchDocument :: (MonadIO m, IsFuzzyIndexMatch o) => o -> m GVariant Source #

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

get fuzzyIndexMatch #document

key

No description available in the introspection data.

constructFuzzyIndexMatchKey :: (IsFuzzyIndexMatch o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getFuzzyIndexMatchKey :: (MonadIO m, IsFuzzyIndexMatch o) => o -> m Text Source #

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

get fuzzyIndexMatch #key

priority

No description available in the introspection data.

constructFuzzyIndexMatchPriority :: (IsFuzzyIndexMatch o, MonadIO m) => Word32 -> m (GValueConstruct o) Source #

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

getFuzzyIndexMatchPriority :: (MonadIO m, IsFuzzyIndexMatch o) => o -> m Word32 Source #

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

get fuzzyIndexMatch #priority

score

No description available in the introspection data.

constructFuzzyIndexMatchScore :: (IsFuzzyIndexMatch o, MonadIO m) => Float -> m (GValueConstruct o) Source #

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

getFuzzyIndexMatchScore :: (MonadIO m, IsFuzzyIndexMatch o) => o -> m Float Source #

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

get fuzzyIndexMatch #score