diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-10-22 22:13:53 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-10-22 22:13:53 +0000 |
commit | 24b36e5df683f622cfe9e210716c06da8193f6f8 (patch) | |
tree | c14f231425f5fcb58e92799fb9c5680e1b8d9c38 /docs | |
parent | 6ebad4f9609f96978637eb0dbaea256b6c84295f (diff) | |
download | pango-24b36e5df683f622cfe9e210716c06da8193f6f8.tar.gz |
Bug 471571 – Add pango_layout_iter_get_layout()
2007-10-22 Behdad Esfahbod <behdad@gnome.org>
Bug 471571 – Add pango_layout_iter_get_layout()
* docs/pango-sections.txt:
* docs/tmpl/layout.sgml:
* pango/pango-layout.c (pango_layout_iter_get_layout):
* pango/pango-layout.h:
* pango/pango.def:
Add trivial yet missing pango_layout_iter_get_layout().
svn path=/trunk/; revision=2456
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-sections.txt | 1 | ||||
-rw-r--r-- | docs/tmpl/layout.sgml | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index 6b969db4..13395ff5 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -503,6 +503,7 @@ pango_layout_iter_get_run pango_layout_iter_get_run_readonly pango_layout_iter_get_line pango_layout_iter_get_line_readonly +pango_layout_iter_get_layout pango_layout_iter_get_char_extents pango_layout_iter_get_cluster_extents pango_layout_iter_get_run_extents diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml index 4ff2f2de..6bb944fd 100644 --- a/docs/tmpl/layout.sgml +++ b/docs/tmpl/layout.sgml @@ -706,6 +706,15 @@ The #GObject type for #PangoAlignment. @Returns: +<!-- ##### FUNCTION pango_layout_iter_get_layout ##### --> +<para> + +</para> + +@iter: +@Returns: + + <!-- ##### FUNCTION pango_layout_iter_get_char_extents ##### --> <para> |