diff options
Diffstat (limited to 'pango/pango-context.h')
-rw-r--r-- | pango/pango-context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-context.h b/pango/pango-context.h index 25bdf4ab..12a2508a 100644 --- a/pango/pango-context.h +++ b/pango/pango-context.h @@ -44,7 +44,7 @@ typedef struct _PangoContextClass PangoContextClass; /* The PangoContext and PangoContextClass structs are private; if you - * need to create a subclass of these, mail otaylor@redhat.com + * need to create a subclass of these, file a bug. */ GType pango_context_get_type (void) G_GNUC_CONST; @@ -89,7 +89,7 @@ G_CONST_RETURN PangoMatrix *pango_context_get_matrix (PangoContext *context /* Break a string of Unicode characters into segments with * consistent shaping/language engine and bidrectional level. - * Returns a GList of PangoItem's + * Returns a #GList of #PangoItem's */ GList *pango_itemize (PangoContext *context, const char *text, |