Method

IdeFuzzyIndexget_metadata

Declaration

GVariant*
ide_fuzzy_index_get_metadata (
  IdeFuzzyIndex* self,
  const gchar* key
)

Description

Looks up the metadata for key.

Parameters

key

Type: const gchar*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: GVariant

A GVariant or NULL.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.