Method
GtkFontChooserset_filter_func
Declaration [src]
void
gtk_font_chooser_set_filter_func (
GtkFontChooser* fontchooser,
GtkFontFilterFunc filter,
gpointer user_data,
GDestroyNotify destroy
)
Parameters
filter |
GtkFontFilterFunc |
A |
|
The argument can be NULL . | |
user_data |
gpointer |
Data to pass to |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
destroy |
GDestroyNotify |
Function to call to free |