summaryrefslogtreecommitdiff
path: root/pango/pango-utils.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-utils.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-utils.c')
-rw-r--r--pango/pango-utils.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/pango/pango-utils.c b/pango/pango-utils.c
index 2867e269..8768f84f 100644
--- a/pango/pango-utils.c
+++ b/pango/pango-utils.c
@@ -1008,6 +1008,8 @@ pango_matrix_get_type (void)
*
* Return value: a copy of @matrix. The result must be freed with
* pango_matrix_free().
+ *
+ * Since: 1.6
**/
PangoMatrix *
pango_matrix_copy (const PangoMatrix *matrix)
@@ -1022,6 +1024,8 @@ pango_matrix_copy (const PangoMatrix *matrix)
* @matrix: a #PangoMatrix
*
* Free a #PangoMatrix created with pango_matrix_copy().
+ *
+ * Since: 1.6
**/
void
pango_matrix_free (PangoMatrix *matrix)
@@ -1040,6 +1044,8 @@ pango_matrix_free (PangoMatrix *matrix)
* Changes the transformation represented by @matrix to be the
* transformation given by first translating by (@tx, @ty)
* then applying the original transformation.
+ *
+ * Since: 1.6
**/
void
pango_matrix_translate (PangoMatrix *matrix,
@@ -1062,6 +1068,8 @@ pango_matrix_translate (PangoMatrix *matrix,
* transformation given by first scaling by @sx in the X direction
* and @sy in the Y direction then applying the original
* transformation.
+ *
+ * Since: 1.6
**/
void
pango_matrix_scale (PangoMatrix *matrix,
@@ -1084,6 +1092,8 @@ pango_matrix_scale (PangoMatrix *matrix,
* Changes the transformation represented by @matrix to be the
* transformation given by first rotating by @degrees degrees
* counter-clokwise then applying the original transformation.
+ *
+ * Since: 1.6
**/
void
pango_matrix_rotate (PangoMatrix *matrix,
@@ -1116,6 +1126,8 @@ pango_matrix_rotate (PangoMatrix *matrix,
* Changes the transformation represented by @matrix to be the
* transformation given by first applying transformation
* given by @new_matrix then applying the original transformation.
+ *
+ * Since: 1.6
**/
void
pango_matrix_concat (PangoMatrix *matrix,