summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-12-19 21:19:00 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-12-19 21:19:00 +0000
commit7fb1d2a6d7b1ed1d2b6372f88be96f3c097c77f6 (patch)
tree7c220af0a886706a0c9e1b6d4555e31e60f6e1c6
parent1fe1f6ebca847da657e8316a8d65327099139564 (diff)
downloadpango-7fb1d2a6d7b1ed1d2b6372f88be96f3c097c77f6.tar.gz
Document all members of PangoLayoutLine.
Fri Dec 19 22:20:18 2003 Matthias Clasen <maclas@gmx.de> * docs/tmpl/layout.sgml: Document all members of PangoLayoutLine.
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-1-104
-rw-r--r--ChangeLog.pre-1-44
-rw-r--r--ChangeLog.pre-1-64
-rw-r--r--ChangeLog.pre-1-84
-rw-r--r--docs/tmpl/layout.sgml3
6 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fde0a02..2bb8e89d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Dec 19 22:20:18 2003 Matthias Clasen <maclas@gmx.de>
+
+ * docs/tmpl/layout.sgml: Document all members of PangoLayoutLine.
+
Thu Dec 18 01:20:31 2003 Matthias Clasen <maclas@gmx.de>
* pango/pango-attributes.c (pango_attr_size_new): Correct the
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 1fde0a02..2bb8e89d 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,7 @@
+Fri Dec 19 22:20:18 2003 Matthias Clasen <maclas@gmx.de>
+
+ * docs/tmpl/layout.sgml: Document all members of PangoLayoutLine.
+
Thu Dec 18 01:20:31 2003 Matthias Clasen <maclas@gmx.de>
* pango/pango-attributes.c (pango_attr_size_new): Correct the
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 1fde0a02..2bb8e89d 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,7 @@
+Fri Dec 19 22:20:18 2003 Matthias Clasen <maclas@gmx.de>
+
+ * docs/tmpl/layout.sgml: Document all members of PangoLayoutLine.
+
Thu Dec 18 01:20:31 2003 Matthias Clasen <maclas@gmx.de>
* pango/pango-attributes.c (pango_attr_size_new): Correct the
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 1fde0a02..2bb8e89d 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,7 @@
+Fri Dec 19 22:20:18 2003 Matthias Clasen <maclas@gmx.de>
+
+ * docs/tmpl/layout.sgml: Document all members of PangoLayoutLine.
+
Thu Dec 18 01:20:31 2003 Matthias Clasen <maclas@gmx.de>
* pango/pango-attributes.c (pango_attr_size_new): Correct the
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 1fde0a02..2bb8e89d 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,7 @@
+Fri Dec 19 22:20:18 2003 Matthias Clasen <maclas@gmx.de>
+
+ * docs/tmpl/layout.sgml: Document all members of PangoLayoutLine.
+
Thu Dec 18 01:20:31 2003 Matthias Clasen <maclas@gmx.de>
* pango/pango-attributes.c (pango_attr_size_new): Correct the
diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml
index b12e8085..cf7e3120 100644
--- a/docs/tmpl/layout.sgml
+++ b/docs/tmpl/layout.sgml
@@ -639,9 +639,10 @@ code specific to each rendering system.
</para>
@layout: the parent layout for this line.
-@start_index:
+@start_index: the start of the line as byte index into @layout->text.
@length: the length of the line in bytes.
@runs: a list containing the runs of the line in visual order.
+@is_paragraph_start: %TRUE if this is the first line of the paragraph.
<!-- ##### TYPEDEF PangoLayoutRun ##### -->
<para>