Function
IpuzStyleForeachMarkFunc
Declaration
void
(* IpuzStyleForeachMarkFunc) (
IpuzStyle* style,
IpuzStyleMark mark,
const gchar* label,
gpointer user_data
)
Parameters
style-
Type:
IpuzStyleThe
IpuzStylebeing iterated through.The data is owned by the caller of the function. mark-
Type:
IpuzStyleMarkThe next
IpuzStyleMarkinstyle. label-
Type:
const gchar*The label found at the location at
mark.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. user_data-
Type:
gpointerData passed to the function.
The argument can be NULL.The data is owned by the caller of the function.