diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-08-15 20:08:21 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-08-15 20:08:21 +0000 |
commit | aa30984351e09a2bd1a9bb33d00869d7ab12defd (patch) | |
tree | 612d52a217e8fe8c5b12ceb4bbc99b8ee0a8b0a6 /pango/pangocairo-context.c | |
parent | 7817c2626c7b9c37ad84b18acbe2331c1a5456b4 (diff) | |
download | pango-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
Diffstat (limited to 'pango/pangocairo-context.c')
-rw-r--r-- | pango/pangocairo-context.c | 4 |
1 files changed, 4 insertions, 0 deletions
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) |