Function

PangoFontsetForeachFunc

since: 1.4

Declaration

gboolean
(* PangoFontsetForeachFunc) (
  PangoFontset* fontset,
  PangoFont* font,
  gpointer user_data
)

Description

No description available.

Available since: 1.4

Parameters

fontset

Type: PangoFontset

No description available.

The data is owned by the caller of the function.
font

Type: PangoFont

No description available.

The data is owned by the caller of the function.
user_data

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: gboolean

No description available.