diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-06-25 19:14:24 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-06-25 19:14:24 +0000 |
commit | 32f67b6e306da21dc6aab4a8eaa096e73971a938 (patch) | |
tree | 9f2575033cd57b2a92ae07169ecb90c89a4f8776 /pango/pango-attributes.c | |
parent | 5720851fb829053f3f76a36926792fa8145d628d (diff) | |
download | pango-32f67b6e306da21dc6aab4a8eaa096e73971a938.tar.gz |
Doc markup and typo fixes.
2003-06-25 Matthias Clasen <maclas@gmx.de>
* pango/pango-layout.c:
* pango/pango-tabs.c:
* pango/pango-attributes.c:
* docs/tmpl/layout.sgml:
* docs/tmpl/text-attributes.sgml: Doc markup and typo fixes.
Diffstat (limited to 'pango/pango-attributes.c')
-rw-r--r-- | pango/pango-attributes.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c index b3a07722..275de0ac 100644 --- a/pango/pango-attributes.c +++ b/pango/pango-attributes.c @@ -1368,7 +1368,7 @@ pango_attr_iterator_get (PangoAttrIterator *iterator, * pango_font_description_set_family_static using values from * an attribute in the #PangoAttrList associated with the iterator, * so if you plan to keep it around, you must call: - * pango_font_description_set_family (desc, pango_font_description_get_family (desc)). + * <literal>pango_font_description_set_family (desc, pango_font_description_get_family (desc))</literal>. * @language: if non-%NULL, location to store language tag for item, or %NULL * if non is found. * @extra_attrs: if non-%NULL, location in which to store a list of non-font @@ -1509,11 +1509,11 @@ pango_attr_iterator_get_font (PangoAttrIterator *iterator, * should be filtered out. * @data: Data to be passed to @func * - * Given a PangoAttrList and callback function, removes any elements + * Given a #PangoAttrList and callback function, removes any elements * of @list for which @func returns %TRUE and inserts them into * a new list. * - * Return value: a newly allocated %PangoAttrList or %NULL if + * Return value: a newly allocated #PangoAttrList or %NULL if * no attributes of the given types were found. **/ PangoAttrList * @@ -1580,7 +1580,7 @@ pango_attr_list_filter (PangoAttrList *list, * iterator. * * Return value: a list of all attributes for the current range. - * To free this value, call pango_attributes_destroy() on + * To free this value, call pango_attribute_destroy() on * each value and g_slist_free() on the list. **/ GSList * |