Method
GrlRelatedKeysget_int64
since: 0.2.12
Declaration [src]
gint64
grl_related_keys_get_int64 (
GrlRelatedKeys* relkeys,
GrlKeyID key
)
Description [src]
Returns the value associated with key
from relkeys
. If key
has no value,
or value is not a gint64, or key
is not in relkeys
, then 0 is returned.
Available since: 0.2.12
Parameters
key
-
Type:
GrlKeyID
Key to use.