Function
GLibFunc
Declaration
void
(*GFunc)(
gpointerdata,
gpointeruser_data
)
Description [src]
Specifies the type of functions passed to g_list_foreach() and g_slist_foreach().
Parameters
data-
Type:
gpointerThe element’s data.
The argument can beNULL.The data is owned by the caller of the function. user_data-
Type:
gpointerUser data passed to
g_list_foreach()or g_slist_foreach().The argument can beNULL.The data is owned by the caller of the function.