From d8c9f682d41a42db9515d0ce561342dada1ef859 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 25 Jan 2022 00:49:57 -0500 Subject: 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, -- cgit v1.2.1