Class

IdeFuzzyIndexBuilder

Description

final class Ide.FuzzyIndexBuilder : GObject.Object
{
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this IdeFuzzyIndexBuilder ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

ide_fuzzy_index_builder_new
No description available.

Instance methods

ide_fuzzy_index_builder_get_case_sensitive
No description available.

ide_fuzzy_index_builder_get_document

Returns the document that was inserted in a previous call to ide_fuzzy_index_builder_insert().

ide_fuzzy_index_builder_insert

Inserts document into the index using key as the lookup key.

ide_fuzzy_index_builder_set_case_sensitive
No description available.

ide_fuzzy_index_builder_set_metadata
No description available.

ide_fuzzy_index_builder_write
No description available.

ide_fuzzy_index_builder_write_async

Builds and writes the index to file. The file format is a GVariant on disk and can be loaded and searched using FuzzyIndex.

ide_fuzzy_index_builder_write_finish
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Ide.FuzzyIndexBuilder:case-sensitive
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct IdeFuzzyIndexBuilderClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.