diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-14 17:51:48 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-14 17:51:48 -0400 |
commit | 9ad3906cba55e0c0b2a57fe33a878b1da99208b6 (patch) | |
tree | c3bfe78e8c20d5cb1416100780e8faf41b68d976 /pango/pango-context.c | |
parent | c8212c485827cddd3c9a6a7c2a57e54d9254a10c (diff) | |
download | pango-9ad3906cba55e0c0b2a57fe33a878b1da99208b6.tar.gz |
Some more doc tweaks
Diffstat (limited to 'pango/pango-context.c')
-rw-r--r-- | pango/pango-context.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c index 8dd097ee..6a5dcfdd 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -46,6 +46,17 @@ #include "pango-emoji-private.h" /** + * SECTION:context + * @title:Contexts + * @short_description: Global context object + * + * The #PangoContext structure stores global information + * influencing Pango's operation, such as the fontmap used + * to look up fonts, and default values such as the default + * language, default gravity, or default font. + */ + +/** * PangoContext: * * The #PangoContext structure stores global information |