summaryrefslogtreecommitdiff
path: root/pango/pango-context.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-09-14 13:45:41 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-09-14 13:45:41 +0000
commit6479229c21d4824ca6e2a3de783248a2ea3a3938 (patch)
treecc477412c6682067c481059a6cca4cecb60864ab /pango/pango-context.c
parente1d9bf4f9ead8e632fcb9c96361b54546a198a89 (diff)
downloadpango-6479229c21d4824ca6e2a3de783248a2ea3a3938.tar.gz
=== Released 1.6.0 ===PANGO_1_6_0
Mon Sep 13 17:38:58 2004 Owen Taylor <otaylor@redhat.com> * === Released 1.6.0 === * configure.in: Update versions for 1.6.0 * NEWS: Update. * README: Minor tweak. * pango/fonts.c pango/pango-context.c pango/pango-types.h pango/pango-utils.c pango/pangoft2.c pango/pango-layout.c pango/opentype/pango-ot-buffer.c: Add a bunch of missing Since: 1.6.
Diffstat (limited to 'pango/pango-context.c')
-rw-r--r--pango/pango-context.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c
index 21a2e8c3..83873d5c 100644
--- a/pango/pango-context.c
+++ b/pango/pango-context.c
@@ -135,6 +135,8 @@ pango_context_new (void)
* coordiantes after the application of the matrix. So, they don't scale
* with the matrix, though they may change slightly for different
* matrices, depending on how the text is fit to the pixel grid.
+ *
+ * Since: 1.6
**/
void
pango_context_set_matrix (PangoContext *context,
@@ -161,6 +163,8 @@ pango_context_set_matrix (PangoContext *context,
* (which is the same as the identity matrix). The returned
* matrix is owned by Pango and must not be modified or
* freed.
+ *
+ * Since: 1.6
**/
G_CONST_RETURN PangoMatrix *
pango_context_get_matrix (PangoContext *context)
@@ -203,6 +207,8 @@ pango_context_set_font_map (PangoContext *context,
*
* Return value: the font map for the #PangoContext. This value
* is owned by Pango and should not be unreferenced.
+ *
+ * Since: 1.6
**/
PangoFontMap *
pango_context_get_font_map (PangoContext *context)