Function

IpuzStyleForeachMarkFunc

Declaration

void
(* IpuzStyleForeachMarkFunc) (
  IpuzStyle* style,
  IpuzStyleMark mark,
  const gchar* label,
  gpointer user_data
)

Description [src]

The function to be passed to ipuz_style_foreach_mark().

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 in style.

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.