Function
GtkFontFilterFunc
deprecated: 4.20
Declaration
gboolean
(* GtkFontFilterFunc) (
  const PangoFontFamily* family,
  const PangoFontFace* face,
  gpointer data
)
Description [src]
The type of function that is used for deciding what fonts get
shown in a GtkFontChooser.
Deprecated since: 4.20
There is no replacement.
Parameters
- family
- 
            Type: PangoFontFamilyA PangoFontFamily.The data is owned by the caller of the function. 
- face
- 
            Type: PangoFontFaceA PangoFontFacebelonging tofamily.The data is owned by the caller of the function. 
- data
- 
            Type: gpointerUser data passed to gtk_font_chooser_set_filter_func(). The argument can be NULL.The data is owned by the caller of the function.