pango r2652 - in trunk: . pango
- From: behdad svn gnome org
- To: svn-commits-list gnome org
- Subject: pango r2652 - in trunk: . pango
- Date: Tue, 10 Jun 2008 00:39:07 +0000 (UTC)
Author: behdad
Date: Tue Jun 10 00:39:07 2008
New Revision: 2652
URL: http://svn.gnome.org/viewvc/pango?rev=2652&view=rev
Log:
2008-06-09 Behdad Esfahbod <behdad gnome org>
Bug 536190 â Make pango_fc_font_map_clear_cache() public?
* pango/pangofc-fontmap.c:
* pango/pangofc-fontmap.h:
Make pango_fc_font_map_clear_cache() public.
Modified:
trunk/ChangeLog
trunk/pango/pangofc-fontmap.c
trunk/pango/pangofc-fontmap.h
Modified: trunk/pango/pangofc-fontmap.c
==============================================================================
--- trunk/pango/pangofc-fontmap.c (original)
+++ trunk/pango/pangofc-fontmap.c Tue Jun 10 00:39:07 2008
@@ -1278,10 +1278,9 @@
*
* Clear all cached information and fontsets for this font map;
* this should be called whenever there is a change in the
- * output of the default_substitute() virtual function.
- *
- * This function is intended to be used only by backend implementations
- * deriving from #PangoFcFontmap.
+ * output of the default_substitute() virtual function of the
+ * font map, or if fontconfig has been reinitialized to new
+ * configuration.
*
* Since: 1.4
**/
Modified: trunk/pango/pangofc-fontmap.h
==============================================================================
--- trunk/pango/pangofc-fontmap.h (original)
+++ trunk/pango/pangofc-fontmap.h Tue Jun 10 00:39:07 2008
@@ -144,13 +144,14 @@
};
PangoContext * pango_fc_font_map_create_context (PangoFcFontMap *fcfontmap);
-void pango_fc_font_map_cache_clear (PangoFcFontMap *fcfontmap);
void pango_fc_font_map_shutdown (PangoFcFontMap *fcfontmap);
#endif
GType pango_fc_font_map_get_type (void) G_GNUC_CONST;
+void pango_fc_font_map_cache_clear (PangoFcFontMap *fcfontmap);
+
/**
* PangoFcDecoderFindFunc:
* @pattern: a fully resolved #FcPattern specifying the font on the system
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]