diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-05-24 03:44:03 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-05-24 04:36:02 +0800 |
commit | 749dabd02565e285ceef8e1dad9ba35b48b2fbaf (patch) | |
tree | 6fa141cb53de01be94cd209efca749592f9ad6c9 /e-util/e-attachment-handler.h | |
parent | 9058c6f85dc49f9500e7e67819acfd8c0d2d369c (diff) | |
download | gsoc2013-evolution-749dabd02565e285ceef8e1dad9ba35b48b2fbaf.tar gsoc2013-evolution-749dabd02565e285ceef8e1dad9ba35b48b2fbaf.tar.gz gsoc2013-evolution-749dabd02565e285ceef8e1dad9ba35b48b2fbaf.tar.bz2 gsoc2013-evolution-749dabd02565e285ceef8e1dad9ba35b48b2fbaf.tar.lz gsoc2013-evolution-749dabd02565e285ceef8e1dad9ba35b48b2fbaf.tar.xz gsoc2013-evolution-749dabd02565e285ceef8e1dad9ba35b48b2fbaf.tar.zst gsoc2013-evolution-749dabd02565e285ceef8e1dad9ba35b48b2fbaf.zip |
Make EAttachment column updates thread-safe.
EAttachment updates its tree model row directly in response to property
change notifications, but now change notifications can come from worker
threads whereas the tree model row should only be updated from the main
thread. To compensate, respond to notifications by adding idle sources
to the default context. The idle callback will update the row from the
appropriate thread.
Diffstat (limited to 'e-util/e-attachment-handler.h')
0 files changed, 0 insertions, 0 deletions