Method
GrlDataget_string
since: 0.1.4
Declaration [src]
const gchar*
grl_data_get_string (
GrlData* data,
GrlKeyID key
)
Description [src]
Returns the first string value associated with key
from data
. If key
has
no first value, or value is not string, or key
is not in data
, then NULL
is returned.
Available since: 0.1.4
Parameters
key
-
Type:
GrlKeyID
Key to use.