get_int


Description:

[ Version ( since = "0.1.10" ) ]
public int get_int (KeyID key)

Returns the value associated with key from this.

If key has no value, or value is not a gint, or key is not in this, then 0 is returned.

Parameters:

this

set of related keys to inspect

key

key to use

Returns:

int value associated with key, or 0 in other case.