diff options
author | Alexander Larsson <alexl@redhat.com> | 2012-12-05 13:29:48 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2012-12-06 16:36:19 +0100 |
commit | 3f3a095a1809375ef600dc3a947b3ff2df08f22c (patch) | |
tree | 5d7d2cb3ada7f3fe92fb4525eea7907f185165e1 /docs | |
parent | b359bb484bc7d27a835cfd6d9ffcaed582ebf2ae (diff) | |
download | pango-3f3a095a1809375ef600dc3a947b3ff2df08f22c.tar.gz |
Track changes in FontMaps using a serial
This adds the pango_font_map_get_serial method that lets you see
if a fontmap has changes since the last check. It adds implementations
to all current fontmaps.
https://bugzilla.gnome.org/show_bug.cgi?id=340066
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-sections.txt | 1 | ||||
-rw-r--r-- | docs/tmpl/fonts.sgml | 13 |
2 files changed, 13 insertions, 1 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index 5f6ba73c..bce6cf48 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -259,6 +259,7 @@ pango_font_map_load_font pango_font_map_load_fontset pango_font_map_list_families pango_font_map_get_shape_engine_type +pango_font_map_get_serial <SUBSECTION> PangoFontset PANGO_TYPE_FONTSET diff --git a/docs/tmpl/fonts.sgml b/docs/tmpl/fonts.sgml index 5e7402d7..ef83dd0f 100644 --- a/docs/tmpl/fonts.sgml +++ b/docs/tmpl/fonts.sgml @@ -826,11 +826,13 @@ a particular #PangoFontMap implementation. pango_font_map_load_font(). @list_families: A function to list available font families. See pango_font_map_list_families(). -@load_fontset: a function to load a fontset with a given given description +@load_fontset: a function to load a fontset with a given description suitable for a particular language. See pango_font_map_load_fontset(). @shape_engine_type: the type of rendering-system-dependent engines that can handle fonts of this fonts loaded with this fontmap. +@get_serial: a function to get the serial number of the fontmap. + See pango_font_map_get_serial(). <!-- ##### MACRO PANGO_FONT_MAP_CLASS ##### --> <para> @@ -907,6 +909,15 @@ Returns the type of a #PangoFontMap. @Returns: +<!-- ##### FUNCTION pango_font_map_get_serial ##### --> +<para> + +</para> + +@fontmap: +@Returns: + + <!-- ##### STRUCT PangoFontset ##### --> <para> A #PangoFontset represents a set of #PangoFont to use |