Method

GtkFontDialogget_filter

Declaration [src]

GtkFilter*
gtk_font_dialog_get_filter (
  GtkFontDialog* self
)

Description [src]

Returns the filter that decides which fonts to display in the font chooser dialog.

Available since:4.10
Gets propertyGtk.FontDialog:filter

Return value

Returns: GtkFilter
 

The filter.

 The data is owned by the instance.
 The return value can be NULL.