diff options
Diffstat (limited to 'pango/pangoxft-fontmap.c')
-rw-r--r-- | pango/pangoxft-fontmap.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pango/pangoxft-fontmap.c b/pango/pangoxft-fontmap.c index cc3f62b5..c7af76a1 100644 --- a/pango/pangoxft-fontmap.c +++ b/pango/pangoxft-fontmap.c @@ -213,7 +213,9 @@ pango_xft_get_font_map (Display *display, * @screen: the screen number of a screen within @display * * Release any resources that have been cached for the - * combination of @display and @screen. + * combination of @display and @screen. Note that when the + * X display is closed, resources are released automatically, + * without needing to call this function. * * Since: 1.2 **/ |