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