summaryrefslogtreecommitdiff
path: root/pango/pango-tabs.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-01-10 04:21:49 +0000
committerMatthias Clasen <mclasen@redhat.com>2022-01-10 04:21:49 +0000
commit9bca506cfbf0b969f2d1b086448916c91261c22a (patch)
tree6917b607de3ac3af8a8f291ecd8e705869c58cfe /pango/pango-tabs.h
parent3441513dae3c1993720b618fc705d2f8d2434c47 (diff)
parentf0ae575e4350d27840161b85be7930c22a6c74b9 (diff)
downloadpango-9bca506cfbf0b969f2d1b086448916c91261c22a.tar.gz
Merge branch 'bilelmoussaoui/gi' into 'main'
g-i: add since annotations to enum members See merge request GNOME/pango!575
Diffstat (limited to 'pango/pango-tabs.h')
-rw-r--r--pango/pango-tabs.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/pango/pango-tabs.h b/pango/pango-tabs.h
index 40837ba0..07b33535 100644
--- a/pango/pango-tabs.h
+++ b/pango/pango-tabs.h
@@ -32,18 +32,15 @@ typedef struct _PangoTabArray PangoTabArray;
* PangoTabAlign:
* @PANGO_TAB_LEFT: the text appears to the right of the tab stop position
* @PANGO_TAB_RIGHT: the text appears to the left of the tab stop position
- * until the available space is filled
+ * until the available space is filled. Since: 1.50
* @PANGO_TAB_CENTER: the text is centered at the tab stop position
- * until the available space is filled
+ * until the available space is filled. Since: 1.50
* @PANGO_TAB_DECIMAL: text before the first occurrence of the decimal point
* character appears to the left of the tab stop position (until the available
- * space is filled), the rest to the right
+ * space is filled), the rest to the right. Since: 1.50
*
* `PangoTabAlign` specifies where the text appears relative to the tab stop
* position.
- *
- * Support for tab alignments other than %PANGO_TAB_LEFT was added
- * in Pango 1.50.
*/
typedef enum
{