summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-11-07 10:56:03 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-11-07 10:56:03 -0500
commitcb6a93fb8ac99b155cf73ed0decd1c8a1230caa3 (patch)
tree1aea1fc29333a62cc9d53ad53cc5022a79aecaeb
parentd9e7ec32d6e98d99286557a066e3dacaa3366467 (diff)
downloadpango-cb6a93fb8ac99b155cf73ed0decd1c8a1230caa3.tar.gz
Cosmetics: Add the right section
Move private API out of the 'Public API' section.
-rw-r--r--pango/itemize.c5
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