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-context.c | |
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-context.c')
-rw-r--r-- | pango/pango-context.c | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c index 8bb6a86e..4e1fb1fa 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -19,6 +19,16 @@ * Boston, MA 02111-1307, USA. */ +/** + * SECTION:main + * @title:Rendering + * @short_description:Functions to run the rendering pipeline + * + * The Pango rendering pipeline takes a string of + * Unicode characters and converts it into glyphs. + * The functions described in this section accomplish + * various steps of this process. + */ #include "config.h" #include <string.h> #include <stdlib.h> @@ -31,6 +41,12 @@ #include "pango-modules.h" #include "pango-script-private.h" +/** + * PangoContext: + * + * The #PangoContext structure stores global information + * used to control the itemization process. + */ struct _PangoContext { GObject parent_instance; @@ -237,7 +253,7 @@ pango_context_set_font_map (PangoContext *context, * pango_context_get_font_map: * @context: a #PangoContext * - * Gets the #PangoFontmap used to look up fonts for this context. + * Gets the #PangoFontMap used to look up fonts for this context. * * Return value: (transfer none): the font map for the #PangoContext. * This value is owned by Pango and should not be unreferenced. |