diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2013-09-27 14:36:51 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2013-09-27 14:36:51 -0400 |
commit | 6d08bcab0d2821365a2ffd955cbbb07270565664 (patch) | |
tree | 6bffdc716a62ea60c0db7ed08d7f5a0d205302f1 /pango/pango-tabs.h | |
parent | bb5c4c8497157afddcb5ced7e16c5dad4e893a03 (diff) | |
download | pango-6d08bcab0d2821365a2ffd955cbbb07270565664.tar.gz |
Bug 685167 - migrate docs to no-tmpl flavour
Patch from Rafał Mużyło.
Diffstat (limited to 'pango/pango-tabs.h')
-rw-r--r-- | pango/pango-tabs.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pango/pango-tabs.h b/pango/pango-tabs.h index 7f52d1d0..8a33bcbb 100644 --- a/pango/pango-tabs.h +++ b/pango/pango-tabs.h @@ -28,6 +28,12 @@ G_BEGIN_DECLS typedef struct _PangoTabArray PangoTabArray; +/** + * PangoTabAlign: + * @PANGO_TAB_LEFT: the tab stop appears to the left of the text. + * + * A #PangoTabAlign specifies where a tab stop appears relative to the text. + */ typedef enum { PANGO_TAB_LEFT @@ -41,6 +47,11 @@ typedef enum */ } PangoTabAlign; +/** + * PANGO_TYPE_TAB_ARRAY: + * + * The #GObject type for #PangoTabArray. + */ #define PANGO_TYPE_TAB_ARRAY (pango_tab_array_get_type ()) PangoTabArray *pango_tab_array_new (gint initial_size, |