Method
GtkFontChooserset_filter_func
Declaration [src]
void
gtk_font_chooser_set_filter_func (
  GtkFontChooser* fontchooser,
  GtkFontFilterFunc filter,
  gpointer user_data,
  GDestroyNotify destroy
)
Parameters
- filter
- 
            Type: GtkFontFilterFuncA GtkFontFilterFuncThe argument can be NULL.
- user_data
- 
            Type: gpointerData to pass to filter.The argument can be NULL.The data is owned by the caller of the function. 
- destroy
- 
            Type: GDestroyNotifyFunction to call to free datawhen it is no longer needed.