diff options
author | Tor Lillqvist <tml@src.gnome.org> | 2006-02-10 13:00:27 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2006-02-10 13:00:27 +0000 |
commit | 97d41c85c3f4bce3e22f4aba9665182f1ad13e08 (patch) | |
tree | 70aa2c6165678d3c6dc38d4977699d8775fca2e3 | |
parent | 09858acc9e7d49557c752545ca1cce57db178ce1 (diff) | |
download | pango-97d41c85c3f4bce3e22f4aba9665182f1ad13e08.tar.gz |
Add Since: info to the doc comment for the function just added.
-rw-r--r-- | pango/pangowin32-fontmap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pangowin32-fontmap.c b/pango/pangowin32-fontmap.c index 3f70063a..3d3d643e 100644 --- a/pango/pangowin32-fontmap.c +++ b/pango/pangowin32-fontmap.c @@ -635,6 +635,8 @@ get_family_name (const LOGFONT *lfp) * * Return value: a new #PangoFontDescription that should be freed with * pango_font_desciption_free() when no longer needed. + * + * Since: 1.12 */ PangoFontDescription * pango_win32_pango_font_description_from_logfont (const LOGFONT *lfp) |