diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-04 14:30:11 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-11 13:17:36 -0500 |
commit | 7d3628ba5dfb173bc8b1d5e7ad0a214d428fb6a7 (patch) | |
tree | d46baa40783441f670926e2a4d05bbe39681d0ec /docs/pango-sections.txt | |
parent | 26e1ab10f98aff0183133a6b7158c8cb73a1f68f (diff) | |
download | pango-7d3628ba5dfb173bc8b1d5e7ad0a214d428fb6a7.tar.gz |
docs: Make context section ids match
Doing this makes g-ir-scanner pick up the long description,
which is more useful than the struct docs.
Diffstat (limited to 'docs/pango-sections.txt')
-rw-r--r-- | docs/pango-sections.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index 9d6a80ba..b5df6db7 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -42,7 +42,7 @@ pango_item_get_type <SECTION> <TITLE>Contexts</TITLE> -<FILE>context</FILE> +<FILE>pangocontext</FILE> PangoContext pango_context_new pango_context_changed @@ -161,7 +161,7 @@ pango_matrix_get_type <SECTION> <TITLE>Coverage Maps</TITLE> -<FILE>coverage-maps</FILE> +<FILE>pangocoverage</FILE> PangoCoverageLevel PANGO_TYPE_COVERAGE_LEVEL PangoCoverage @@ -191,7 +191,7 @@ PangoCoveragePrivate <SECTION> <TITLE>Fonts</TITLE> -<FILE>fonts</FILE> +<FILE>pangofont</FILE> PangoFontDescription PangoStyle PangoWeight @@ -656,7 +656,7 @@ pango_language_get_type <SECTION> <TITLE>Engines</TITLE> -<FILE>engines</FILE> +<FILE>pangoengine</FILE> PangoEngineInfo PangoEngineScriptInfo PangoEngine |