Method
IdePersistentMapBuilderinsert
Declaration
void
ide_persistent_map_builder_insert (
IdePersistentMapBuilder* self,
const gchar* key,
GVariant* value,
gboolean replace
)
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. value
-
Type:
GVariant
No description available.
The data is owned by the caller of the method. replace
-
Type:
gboolean
No description available.