diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-19 08:22:11 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-11 13:17:36 -0500 |
commit | 4553e1f847007edbd5b995bd7676a3fb27f04f44 (patch) | |
tree | 51bebe6c8e812e5453a784f19d7db4c8445ca485 | |
parent | b2b50bb0e0b23d9ccb150b97100e93bd32019462 (diff) | |
download | pango-4553e1f847007edbd5b995bd7676a3fb27f04f44.tar.gz |
docs: Tweak reorder docs
-rw-r--r-- | pango/reorder-items.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/pango/reorder-items.c b/pango/reorder-items.c index 62a6a8f9..d00fee4c 100644 --- a/pango/reorder-items.c +++ b/pango/reorder-items.c @@ -31,11 +31,13 @@ static GList *reorder_items_recurse (GList *items, int n_items); /** * pango_reorder_items: - * @logical_items: (element-type Pango.Item): a #GList of #PangoItem in logical order. + * @logical_items: (element-type Pango.Item): a `GList` of `PangoItem` + * in logical order. * - * From a list of items in logical order and the associated - * directional levels, produce a list in visual order. - * The original list is unmodified. + * Reorder items from logical order to visual order. + * + * The visual order is determined from the associated directional + * levels of the items. The original list is unmodified. * * Returns: (transfer full) (element-type Pango.Item): a #GList * of #PangoItem structures in visual order. |