Top | ![]() |
![]() |
![]() |
![]() |
gboolean | case-sensitive | Read / Write / Construct Only |
DzlFuzzyIndex * | index | Write / Construct Only |
guint | max-matches | Read / Write / Construct Only |
gchar * | query | Read / Write / Construct Only |
GVariantDict * | tables | Write / Construct Only |
DzlFuzzyIndex *
dzl_fuzzy_index_cursor_get_index (DzlFuzzyIndexCursor *self
);
Gets the index the cursor is iterating.
“case-sensitive”
property “case-sensitive” gboolean
Case Sensitive.
Flags: Read / Write / Construct Only
Default value: FALSE
“index”
property“index” DzlFuzzyIndex *
The index this cursor is iterating.
Flags: Write / Construct Only
“max-matches”
property “max-matches” guint
The max number of matches to display.
Flags: Read / Write / Construct Only
Default value: 0
“query”
property “query” gchar *
The query for the index.
Flags: Read / Write / Construct Only
Default value: NULL