Method

IdePersistentMaplookup_value

Declaration

GVariant*
ide_persistent_map_lookup_value (
  IdePersistentMap* self,
  const gchar* key
)

Description

No description available.

Parameters

key

Type: const gchar*

Key to lookup value.

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

Return value

Type: GVariant

Value associalted with key.

The caller of the method takes ownership of the data, and is responsible for freeing it.