TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Gets a data element, using its string identifier. This is slower than g_datalist_id_get_data() because it compares strings.
g_datalist_id_get_data()
a datalist.
the string identifying a data element.
the data element, or null if it is not found.
null
Gets a data element, using its string identifier. This is slower than
g_datalist_id_get_data()because it compares strings.