summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-01-25 00:49:57 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-01-25 15:31:25 -0500
commitd8c9f682d41a42db9515d0ce561342dada1ef859 (patch)
tree67540af09378ee0ec612fe74457aa11de948cde8
parentae563e11bf20b458c9a5fdd89d7391b09d82d844 (diff)
downloadpango-d8c9f682d41a42db9515d0ce561342dada1ef859.tar.gz
Document immutability
-rw-r--r--pango/pango-layout-line.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pango-layout-line.c b/pango/pango-layout-line.c
index 09a90955..fdf845c6 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,