diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-05-04 23:21:17 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-05-07 07:33:23 -0400 |
commit | 049cbc8b74aa7a6fff1627c8c65cbfd3c86dfde8 (patch) | |
tree | 0dba4d33c0572a3da8b0b6c877cb1f3ecd575ba2 /docs | |
parent | 0c922a9443f5fbb71ceba4e1ad0330c069a7c779 (diff) | |
download | gtk+-049cbc8b74aa7a6fff1627c8c65cbfd3c86dfde8.tar.gz |
GtkFontChooser: Allow a custom font map
This lets applications show their own fonts instead of
or in addition to system fonts.
https://bugzilla.gnome.org/show_bug.cgi?id=748771
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index 8f15a3a0da..4cd12c18c7 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -1634,6 +1634,8 @@ gtk_font_chooser_get_show_preview_entry gtk_font_chooser_set_show_preview_entry GtkFontFilterFunc gtk_font_chooser_set_filter_func +gtk_font_chooser_set_font_map +gtk_font_chooser_get_font_map <SUBSECTION Standard> GtkFontChooserIface |