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 /pango/pango-context.c | |
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 'pango/pango-context.c')
-rw-r--r-- | pango/pango-context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c index 0477a957..b15f44d1 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -108,7 +108,6 @@ pango_context_finalize (GObject *object) G_OBJECT_CLASS (pango_context_parent_class)->finalize (object); } - /** * pango_context_new: * |