summaryrefslogtreecommitdiff
path: root/pango/reorder-items.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-20 00:43:29 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-05-20 00:43:29 +0000
commite2d1a595b84ca31d89ae20734155e6d1de635502 (patch)
tree51fdf2d97b85ef4a3e7c870389b92130c9b1a491 /pango/reorder-items.c
parent3940a1714e84b076d04d4638c88df3dba7d8014e (diff)
parent7f04ed9259fd91cdb3dc61c5aa43d196ec6a965f (diff)
downloadpango-e2d1a595b84ca31d89ae20734155e6d1de635502.tar.gz
Merge branch 'docs-cleanup' into 'master'
introspection: Stop using allow-none See merge request GNOME/pango!333
Diffstat (limited to 'pango/reorder-items.c')
-rw-r--r--pango/reorder-items.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/reorder-items.c b/pango/reorder-items.c
index d00fee4c..e5ceeb6f 100644
--- a/pango/reorder-items.c
+++ b/pango/reorder-items.c
@@ -39,12 +39,12 @@ static GList *reorder_items_recurse (GList *items, int n_items);
* 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.
- *
* (Please open a bug if you use this function.
* It is not a particularly convenient interface, and the code
* is duplicated elsewhere in Pango for that reason.)
+ *
+ * Returns: (transfer full) (element-type Pango.Item): a `GList`
+ * of `PangoItem` structures in visual order.
*/
GList *
pango_reorder_items (GList *logical_items)