diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-11-07 10:56:03 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-11-07 10:56:03 -0500 |
commit | cb6a93fb8ac99b155cf73ed0decd1c8a1230caa3 (patch) | |
tree | 1aea1fc29333a62cc9d53ad53cc5022a79aecaeb /pango/itemize.c | |
parent | d9e7ec32d6e98d99286557a066e3dacaa3366467 (diff) | |
download | pango-cb6a93fb8ac99b155cf73ed0decd1c8a1230caa3.tar.gz |
Cosmetics: Add the right section
Move private API out of the 'Public API' section.
Diffstat (limited to 'pango/itemize.c')
-rw-r--r-- | pango/itemize.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pango/itemize.c b/pango/itemize.c index 0c00b9b7..e39e6fe2 100644 --- a/pango/itemize.c +++ b/pango/itemize.c @@ -1461,7 +1461,7 @@ post_process_items (PangoContext *context, } /* }}} */ -/* {{{ Public API */ +/* {{{ Private API */ /* Like pango_itemize_with_base_dir, but takes a font description */ GList * @@ -1491,6 +1491,9 @@ pango_itemize_with_font (PangoContext *context, return post_process_items (context, text, state.result); } +/* }}} */ +/* {{{ Public API */ + /** * pango_itemize_with_base_dir: * @context: a structure holding information that affects |