Top | ![]() |
![]() |
![]() |
![]() |
gboolean dzl_fuzzy_index_load_file (DzlFuzzyIndex *self
,GFile *file
,GCancellable *cancellable
,GError **error
);
void dzl_fuzzy_index_load_file_async (DzlFuzzyIndex *self
,GFile *file
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
gboolean dzl_fuzzy_index_load_file_finish (DzlFuzzyIndex *self
,GAsyncResult *result
,GError **error
);
void dzl_fuzzy_index_query_async (DzlFuzzyIndex *self
,const gchar *query
,guint max_matches
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
GListModel * dzl_fuzzy_index_query_finish (DzlFuzzyIndex *self
,GAsyncResult *result
,GError **error
);
Completes an asynchronous request to dzl_fuzzy_index_query_async()
.
GVariant * dzl_fuzzy_index_get_metadata (DzlFuzzyIndex *self
,const gchar *key
);
Looks up the metadata for key
.
guint32 dzl_fuzzy_index_get_metadata_uint32 (DzlFuzzyIndex *self
,const gchar *key
);
guint64 dzl_fuzzy_index_get_metadata_uint64 (DzlFuzzyIndex *self
,const gchar *key
);
const gchar * dzl_fuzzy_index_get_metadata_string (DzlFuzzyIndex *self
,const gchar *key
);