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/pango-sections.txt | |
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/pango-sections.txt')
-rw-r--r-- | docs/pango-sections.txt | 1 |
1 files changed, 1 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 |