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
Since 2.74
Removes multiple keys from a datalist.
This is more efficient than calling g_datalist_id_remove_data() multiple times in a row.
g_datalist_id_remove_data()
Before 2.80, n_keys had to be not larger than 16. Since 2.84, performance is improved for larger number of keys.
n_keys
a datalist
keys to remove
2.74
Removes multiple keys from a datalist.
This is more efficient than calling
g_datalist_id_remove_data()multiple times in a row.Before 2.80,
n_keyshad to be not larger than 16. Since 2.84, performance is improved for larger number of keys.