[pango/pango2: 65/135] Document immutability




commit 1cb289581b43eb5f32d20858dc01b53e2bde1342
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jan 25 00:49:57 2022 -0500

    Document immutability

 pango/pango-layout-line.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pango/pango-layout-line.c b/pango/pango-layout-line.c
index 3eb20c38..57fc2a23 100644
--- a/pango/pango-layout-line.c
+++ b/pango/pango-layout-line.c
@@ -14,8 +14,8 @@
 /**
  * PangoLayoutLine:
  *
- * A `PangoLayoutLine` represents one of the lines resulting from laying
- * out a paragraph via `PangoLayout` or `PangoLineBreaker`.
+ * A `PangoLayoutLine` is an immutable object which represents a line resulting
+ * from laying out text via `PangoLayout` or `PangoLineBreaker`.
  *
  * A line consists of a number of runs (i.e. ranges of text with uniform
  * script, font and attributes that are shaped as a unit). Runs are
@@ -58,7 +58,7 @@ line_data_unref (LineData *data)
   g_rc_box_release_full (data, (GDestroyNotify) line_data_clear);
 }
 
-/* }}} */ 
+/* }}} */
 /* {{{ PangoLayoutLine implementation */
 
 G_DEFINE_BOXED_TYPE (PangoLayoutLine, pango_layout_line,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]