Function
IpuzStyleForeachMarkFunc
Declaration
void
(* IpuzStyleForeachMarkFunc) (
IpuzStyle* style,
IpuzStyleMark mark,
const gchar* label,
gpointer user_data
)
Parameters
style
-
Type:
IpuzStyle
The
IpuzStyle
being iterated through.The data is owned by the caller of the function. mark
-
Type:
IpuzStyleMark
The next
IpuzStyleMark
instyle
. 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:
gpointer
Data passed to the function.
The argument can be NULL
.The data is owned by the caller of the function.