summaryrefslogtreecommitdiff
path: root/pango/pango-layout-line.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-layout-line.c')
-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,