get_boxed


Description:

[ Version ( since = "0.2.0" ) ]
public void* get_boxed (KeyID key)

Returns the value associated with key from this.

If key has no value, the value is not of a boxed type, or key is not in this, then null is returned.

Parameters:

this

set of related keys to inspect

key

key to use

Returns:

the GBoxed value associated with key if possible, or null in other case. The caller should not change nor free the value.