From aa30984351e09a2bd1a9bb33d00869d7ab12defd Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 15 Aug 2007 20:08:21 +0000 Subject: =?UTF-8?q?Bug=20462630=20=E2=80=93=20pango=5Fcairo=5Fcontext=5Fse?= =?UTF-8?q?t=5Ffont=5Foptions()=20and=20some=20others?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2007-08-15 Behdad Esfahbod 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 --- pango/pangocairo-context.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pango') 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) -- cgit v1.2.1