Vala.Collections.MultiMap.put – Valacore Reference Manual
put
Description:
public
void
put
(
owned
K
key,
owned
V
value)
Adds a value for the given key.
Parameters:
key
key to insert.
value
value to append.