diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-10-24 05:43:57 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-10-24 05:43:57 +0000 |
commit | 4c0ae27426d686e6bd9365b4d0f02d444e6cf667 (patch) | |
tree | 2852ed499c62068218f932306faa27c4fb36a9cc /docs/pango-docs.sgml | |
parent | b178da14dabd63937c3867f6d5cbb29f7a31d69f (diff) | |
download | pango-4c0ae27426d686e6bd9365b4d0f02d444e6cf667.tar.gz |
Bug 469641 – Initialize attribute start/end to [0..MAXUINT]
2007-10-24 Behdad Esfahbod <behdad@gnome.org>
Bug 469641 – Initialize attribute start/end to [0..MAXUINT]
* pango/pango-attributes.h:
* pango/pango-attributes.c:
New public API:
pango_attribute_init()
* pango/pango-attributes.c:
(pango_attr_string_new), (pango_attr_language_new),
(pango_attr_color_new), (pango_attr_int_new),
(pango_attr_float_new), (pango_attr_size_new_internal),
(pango_attr_font_desc_new), (pango_attr_shape_new_with_data):
Initialize attributes using pango_attribute_init().
* pango/pango.def:
* docs/pango-docs.sgml:
* docs/pango-sections.txt:
* docs/tmpl/text-attributes.sgml:
Update.
svn path=/trunk/; revision=2458
Diffstat (limited to 'docs/pango-docs.sgml')
-rw-r--r-- | docs/pango-docs.sgml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/pango-docs.sgml b/docs/pango-docs.sgml index 3c82eeec..3c4cc567 100644 --- a/docs/pango-docs.sgml +++ b/docs/pango-docs.sgml @@ -121,4 +121,7 @@ <index id="index-1.18" role="1.18"> <title>Index of new symbols in 1.18</title> </index> + <index id="index-1.20" role="1.20"> + <title>Index of new symbols in 1.20</title> + </index> </book> |