GLib.DataForeachFunc

function onDataForeachFunc(key_id: GLib.Quark, data: void): void {
}
  

Specifies the type of function passed to GLib.dataset_foreach. It is called with each GLib.Quark id and associated data element, together with the user_data parameter supplied to GLib.dataset_foreach.

key_id

the GLib.Quark id to identifying the data element.

data

the data element.