Function
GLibdatalist_get_data
Description
Gets a data element, using its string identifier. This is slower than
g_datalist_id_get_data()
because it compares strings.
Parameters
datalist |
GData |
A datalist. |
|
The data is owned by the caller of the function. | |
key |
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. |