diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-12-10 21:12:45 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-12-10 21:14:31 -0500 |
commit | c1c702ab271c24bd588cc385bc9ca3e1719421f1 (patch) | |
tree | 63a33c039f792a73746eaeb2ca5545d01c3fd9bb /pango/itemize.c | |
parent | d2153e740a299f1282adfde7813fd2fb587b23a3 (diff) | |
download | pango-c1c702ab271c24bd588cc385bc9ca3e1719421f1.tar.gz |
docs: Cosmeticsmisc-doc-fixups
Add more links to GLib apis and to various
Unicode specs.
Diffstat (limited to 'pango/itemize.c')
-rw-r--r-- | pango/itemize.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pango/itemize.c b/pango/itemize.c index 77e86507..1d71b5c6 100644 --- a/pango/itemize.c +++ b/pango/itemize.c @@ -1575,12 +1575,12 @@ pango_itemize_post_process_items (PangoContext *context, * Like `pango_itemize()`, but with an explicitly specified base direction. * * The base direction is used when computing bidirectional levels. - * (see [method@Pango.Context.set_base_dir]). [func@itemize] gets the - * base direction from the `PangoContext`. + * [func@itemize] gets the base direction from the `PangoContext` + * (see [method@Pango.Context.set_base_dir]). * * Return value: (transfer full) (element-type Pango.Item): a `GList` of * [struct@Pango.Item] structures. The items should be freed using - * [method@Pango.Item.free] probably in combination with g_list_free_full(). + * [method@Pango.Item.free] probably in combination with [func@GLib.List.free_full]. * * Since: 1.4 */ @@ -1634,7 +1634,7 @@ pango_itemize_with_base_dir (PangoContext *context, * * Return value: (transfer full) (element-type Pango.Item): a `GList` of * [struct@Pango.Item] structures. The items should be freed using - * [method@Pango.Item.free] probably in combination with g_list_free_full(). + * [method@Pango.Item.free] in combination with [func@GLib.List.free_full]. */ GList * pango_itemize (PangoContext *context, @@ -1654,6 +1654,6 @@ pango_itemize (PangoContext *context, attrs, cached_iter); } - /* }}} */ +/* }}} */ /* vim:set foldmethod=marker expandtab: */ |