Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
GI.Dazzle.Objects.FuzzyIndexMatch
Description
No description available in the introspection data.
Synopsis
- newtype FuzzyIndexMatch = FuzzyIndexMatch (ManagedPtr FuzzyIndexMatch)
- class (GObject o, IsDescendantOf FuzzyIndexMatch o) => IsFuzzyIndexMatch o
- toFuzzyIndexMatch :: (MonadIO m, IsFuzzyIndexMatch o) => o -> m FuzzyIndexMatch
- fuzzyIndexMatchGetDocument :: (HasCallStack, MonadIO m, IsFuzzyIndexMatch a) => a -> m GVariant
- fuzzyIndexMatchGetKey :: (HasCallStack, MonadIO m, IsFuzzyIndexMatch a) => a -> m Text
- fuzzyIndexMatchGetPriority :: (HasCallStack, MonadIO m, IsFuzzyIndexMatch a) => a -> m Word32
- fuzzyIndexMatchGetScore :: (HasCallStack, MonadIO m, IsFuzzyIndexMatch a) => a -> m Float
- constructFuzzyIndexMatchDocument :: (IsFuzzyIndexMatch o, MonadIO m) => GVariant -> m (GValueConstruct o)
- getFuzzyIndexMatchDocument :: (MonadIO m, IsFuzzyIndexMatch o) => o -> m GVariant
- constructFuzzyIndexMatchKey :: (IsFuzzyIndexMatch o, MonadIO m) => Text -> m (GValueConstruct o)
- getFuzzyIndexMatchKey :: (MonadIO m, IsFuzzyIndexMatch o) => o -> m Text
- constructFuzzyIndexMatchPriority :: (IsFuzzyIndexMatch o, MonadIO m) => Word32 -> m (GValueConstruct o)
- getFuzzyIndexMatchPriority :: (MonadIO m, IsFuzzyIndexMatch o) => o -> m Word32
- constructFuzzyIndexMatchScore :: (IsFuzzyIndexMatch o, MonadIO m) => Float -> m (GValueConstruct o)
- getFuzzyIndexMatchScore :: (MonadIO m, IsFuzzyIndexMatch o) => o -> m Float
Exported types
newtype FuzzyIndexMatch Source #
Memory-managed wrapper type.
Constructors
FuzzyIndexMatch (ManagedPtr FuzzyIndexMatch) |
Instances
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
(GObject o, IsDescendantOf FuzzyIndexMatch o) => IsFuzzyIndexMatch o Source # | |
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
Click to display all available methods, including inherited ones
Methods
bindProperty, bindPropertyFull, forceFloating, freezeNotify, getv, isFloating, notify, notifyByPspec, ref, refSink, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getData, getDocument, getKey, getPriority, getProperty, getQdata, getScore.
Setters
getDocument
fuzzyIndexMatchGetDocument Source #
Arguments
:: (HasCallStack, MonadIO m, IsFuzzyIndexMatch a) | |
=> a | |
-> m GVariant | Returns: A |
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