Function
PangoFontsetForeachFunc
since: 1.4
Declaration
gboolean
(* PangoFontsetForeachFunc) (
  PangoFontset* fontset,
  PangoFont* font,
  gpointer user_data
)
Parameters
- fontset
- 
            Type: PangoFontsetA PangoFontset.The data is owned by the caller of the function. 
- font
- 
            Type: PangoFontA font from fontset.The data is owned by the caller of the function. 
- user_data
- 
            Type: gpointerCallback data. The argument can be NULL.The data is owned by the caller of the function.