summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-08-16 23:02:33 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-08-16 23:02:33 +0000
commit63b5e0297b562e003b18e6f181ad0aabec4d0137 (patch)
treeb81892a8a566404a84236e594dade6d06728b36f
parent05a3af5c37ddd652a9056d4ceb19bf4e36bcdffa (diff)
downloadpango-63b5e0297b562e003b18e6f181ad0aabec4d0137.tar.gz
Bug 351585 – API documentation issues with 2.15 release
2006-08-16 Behdad Esfahbod <behdad@gnome.org> Bug 351585 – API documentation issues with 2.15 release * pango/fonts.c (pango_font_describe_with_absolute_size): Add Since tag to docs.
-rw-r--r--ChangeLog7
-rw-r--r--pango/fonts.c2
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb9b7809..5ac07a40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-08-16 Behdad Esfahbod <behdad@gnome.org>
+ Bug 351585 – API documentation issues with 2.15 release
+
+ * pango/fonts.c (pango_font_describe_with_absolute_size): Add Since
+ tag to docs.
+
+2006-08-16 Behdad Esfahbod <behdad@gnome.org>
+
Create pango-1-14 stable branch.
* ChangeLog.pre-1-14: Created.
diff --git a/pango/fonts.c b/pango/fonts.c
index 902f7983..88632feb 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -1129,6 +1129,8 @@ pango_font_describe (PangoFont *font)
* size in points.
*
* Return value: a newly-allocated #PangoFontDescription object.
+ *
+ * Since: 1.14
**/
PangoFontDescription *
pango_font_describe_with_absolute_size (PangoFont *font)