DataForeachFunc
Description:
Specifies the type of function passed to g_dataset_foreach
.
It is called with each Quark id and associated data element, together with the
user_data
parameter supplied to g_dataset_foreach
.
Parameters:
key_id |
the Quark id to identifying the data element. |
data |
the data element. |
user_data |
user data passed to |
Namespace: GLib
Package: glib-2.0