summaryrefslogtreecommitdiff
path: root/pango/reorder-items.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/reorder-items.c')
-rw-r--r--pango/reorder-items.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/pango/reorder-items.c b/pango/reorder-items.c
index 41fb370d..aa9bd8c0 100644
--- a/pango/reorder-items.c
+++ b/pango/reorder-items.c
@@ -31,18 +31,17 @@ static GList *reorder_items_recurse (GList *items, int n_items);
/**
* pango_reorder_items:
- * @logical_items: a GList of #PangoItem in logical order.
+ * @logical_items: 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.
*
- * Returns a GList of PangoItem structures in visual order.
+ * Returns a #GList of #PangoItem structures in visual order.
*
- * (Please mail otaylor@redhat.com if you use this function.
+ * (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.)
- *
*/
GList *
pango_reorder_items (GList *logical_items)