diff options
author | Alexander Larsson <alexl@redhat.com> | 2012-12-05 14:04:20 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2012-12-06 16:36:19 +0100 |
commit | d169449e7179ef0028fe8932ee4306bacb099fd2 (patch) | |
tree | c4715f0d3fab60877197591b52487284b1a5764e /docs | |
parent | 3070717bc6e4c2a7bf83508ae5bf7a03eb77bf4b (diff) | |
download | pango-d169449e7179ef0028fe8932ee4306bacb099fd2.tar.gz |
Track changes in layout and dependencies via serials
We track changes in the PangoContext and automatically call
pango_layout_context_changed() when needed, plus we track
changes in the layout and let apps know via pango_layout_get_serial
when the layout changed and needs to be redrawn.
https://bugzilla.gnome.org/show_bug.cgi?id=340066
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 ec004bdc..f22eadf1 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -443,6 +443,7 @@ pango_layout_copy pango_layout_get_context pango_layout_context_changed +pango_layout_get_serial pango_layout_set_text pango_layout_get_text diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml index 997507df..e0a6ebf4 100644 --- a/docs/tmpl/layout.sgml +++ b/docs/tmpl/layout.sgml @@ -100,6 +100,15 @@ has no user-visible fields. @layout: +<!-- ##### FUNCTION pango_layout_get_serial ##### --> +<para> + +</para> + +@layout: +@Returns: + + <!-- ##### FUNCTION pango_layout_set_text ##### --> <para> |