[pango/line-breaker: 27/33] Document immutability
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/line-breaker: 27/33] Document immutability
- Date: Tue, 25 Jan 2022 20:35:44 +0000 (UTC)
commit d8c9f682d41a42db9515d0ce561342dada1ef859
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 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]