summaryrefslogtreecommitdiff
path: root/pango/pango-tabs.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-12-11 02:21:54 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-12-11 02:21:54 +0000
commita0e5f9d4730323fac6845d994a59161cf3c467ce (patch)
tree63a33c039f792a73746eaeb2ca5545d01c3fd9bb /pango/pango-tabs.c
parentfd62d3ff159232c4a8e7bedb5ce4ac01f1ec8eeb (diff)
parentc1c702ab271c24bd588cc385bc9ca3e1719421f1 (diff)
downloadpango-a0e5f9d4730323fac6845d994a59161cf3c467ce.tar.gz
Merge branch 'misc-doc-fixups' into 'main'
docs: Various improvements See merge request GNOME/pango!545
Diffstat (limited to 'pango/pango-tabs.c')
-rw-r--r--pango/pango-tabs.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/pango/pango-tabs.c b/pango/pango-tabs.c
index 947b7e9b..bc8a7cb4 100644
--- a/pango/pango-tabs.c
+++ b/pango/pango-tabs.c
@@ -549,9 +549,11 @@ success:
* @tab_index: the index of a tab stop
* @decimal_point: the decimal point to use
*
- * Sets the decimal point to use.
+ * Sets the Unicode character to use as decimal point.
*
- * This is only relevant for %PANGO_TAB_DECIMAL.
+ * This is only relevant for tabs with %PANGO_TAB_DECIMAL alignment,
+ * which align content at the first occurrence of the decimal point
+ * character.
*
* By default, Pango uses the decimal point according
* to the current locale.
@@ -577,9 +579,11 @@ pango_tab_array_set_decimal_point (PangoTabArray *tab_array,
* @tab_array: a `PangoTabArray`
* @tab_index: the index of a tab stop
*
- * Gets the decimal point to use.
+ * Gets the Unicode character to use as decimal point.
*
- * This is only relevant for %PANGO_TAB_DECIMAL.
+ * This is only relevant for tabs with %PANGO_TAB_DECIMAL alignment,
+ * which align content at the first occurrence of the decimal point
+ * character.
*
* The default value of 0 means that Pango will use the
* decimal point according to the current locale.