[pango/small-caps] Cosmetics: Add the right section



commit cb6a93fb8ac99b155cf73ed0decd1c8a1230caa3
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Nov 7 10:56:03 2021 -0500

    Cosmetics: Add the right section
    
    Move private API out of the 'Public API' section.

 pango/itemize.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]