Method

IdePersistentMapBuilderinsert

Declaration

void
ide_persistent_map_builder_insert (
  IdePersistentMapBuilder* self,
  const gchar* key,
  GVariant* value,
  gboolean replace
)

Description

No description available.

Parameters

key const gchar*
  No description available.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
value GVariant
  No description available.
 The data is owned by the caller of the function.
replace gboolean
  No description available.