summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-08-15 20:08:21 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-08-15 20:08:21 +0000
commitaa30984351e09a2bd1a9bb33d00869d7ab12defd (patch)
tree612d52a217e8fe8c5b12ceb4bbc99b8ee0a8b0a6
parent7817c2626c7b9c37ad84b18acbe2331c1a5456b4 (diff)
downloadpango-aa30984351e09a2bd1a9bb33d00869d7ab12defd.tar.gz
Bug 462630 – pango_cairo_context_set_font_options() and some others
2007-08-15 Behdad Esfahbod <behdad@gnome.org> Bug 462630 – pango_cairo_context_set_font_options() and some others don't have a Since: tag * pango/pangocairo-context.c: Add missing Since tags to docs. svn path=/trunk/; revision=2404
-rw-r--r--ChangeLog7
-rw-r--r--pango/pangocairo-context.c4
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28df3077..7b574e36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-08-15 Behdad Esfahbod <behdad@gnome.org>
+ Bug 462630 – pango_cairo_context_set_font_options() and some others
+ don't have a Since: tag
+
+ * pango/pangocairo-context.c: Add missing Since tags to docs.
+
+2007-08-15 Behdad Esfahbod <behdad@gnome.org>
+
Bug 467077 – Remove special-case for shape attribute in
pango_layout_line_index_to_x()
diff --git a/pango/pangocairo-context.c b/pango/pangocairo-context.c
index 98558f89..35018ffa 100644
--- a/pango/pangocairo-context.c
+++ b/pango/pangocairo-context.c
@@ -215,6 +215,8 @@ pango_cairo_context_get_resolution (PangoContext *context)
* Sets the font options used when rendering text with this context.
* These options override any options that pango_cairo_update_context()
* derives from the target surface.
+ *
+ * Since: 1.10
*/
void
pango_cairo_context_set_font_options (PangoContext *context,
@@ -252,6 +254,8 @@ pango_cairo_context_set_font_options (PangoContext *context,
* Return value: the font options previously set on the context, or %NULL
* if no options have been set. This value is owned by the context
* and must not be modified or freed.
+ *
+ * Since: 1.10
**/
G_CONST_RETURN cairo_font_options_t *
pango_cairo_context_get_font_options (PangoContext *context)