Function
GLibdatalist_get_data
since: 2.0
Description
Gets a data element, using its string identifier. This is slower than
g_datalist_id_get_data()
because it compares strings.
Available since: 2.0
Parameters
datalist
-
Type:
GData
A datalist.
The data is owned by the caller of the function. key
-
Type:
const gchar*
The string identifying a data element.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.