Function
GtkFontFilterFunc
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.
Parameters
| family | PangoFontFamily | 
| A  | |
| The data is owned by the caller of the function. | |
| face | PangoFontFace | 
| A  | |
| The data is owned by the caller of the function. | |
| data | gpointer | 
| User data passed to  | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. |