diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2007-12-07 05:19:28 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-12-07 05:19:28 +0000 |
commit | ed7f7ab40893d20bab5a221cc95cfcba965cd93e (patch) | |
tree | 88cecb96fb759642877fcd4957dd1200508fcaeb /pango/pangocairo-fontmap.c | |
parent | 2e763ff4491825975ccdf4008ee3c1ea14962edd (diff) | |
download | pango-ed7f7ab40893d20bab5a221cc95cfcba965cd93e.tar.gz |
Minor doc improvement.
svn path=/trunk/; revision=2518
Diffstat (limited to 'pango/pangocairo-fontmap.c')
-rw-r--r-- | pango/pangocairo-fontmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangocairo-fontmap.c b/pango/pangocairo-fontmap.c index d0fe716f..796ac460 100644 --- a/pango/pangocairo-fontmap.c +++ b/pango/pangocairo-fontmap.c @@ -117,7 +117,7 @@ pango_cairo_font_map_new (void) * Return value: the newly allocated #PangoFontMap of suitable type * which should be freed with g_object_unref(), * or %NULL if the requested cairo font backend is - * not supported. + * not supported / compiled in. * * Since: 1.18 **/ |