Matthew Barnes
9058c6f85d
Make EAttachment a little more thread-safe.
EAttachment is now used from worker threads by EMailFormatterAttachment,
so add some thread-safe accessor functions to eliminate potential races.
Added thread-safe functions:
e_attachment_dup_disposition()
e_attachment_ref_file()
e_attachment_ref_file_info()
e_attachment_ref_icon()
e_attachment_ref_mime_part()
e_attachment_dup_description()
e_attachment_dup_thumbnail_path()
Renamed functions:
e_attachment_get_mime_type() -> e_attachment_dup_mime_type()
Removed non-thread-safe functions:
e_attachment_get_file()
e_attachment_get_file_info()
e_attachment_get_icon()
e_attachment_get_mime_part()
e_attachment_get_description()
e_attachment_get_thumbnail_path()
2013-05-23 16:36:02 -04:00
..
2013-05-23 16:36:02 -04:00
2013-03-31 12:10:54 -04:00
2013-03-31 12:10:54 -04:00
2013-03-17 08:49:12 -04:00
2013-05-08 08:28:09 -04:00
2013-05-03 18:11:37 +02:00
2013-04-08 19:21:04 +02:00
2013-02-15 21:05:32 -05:00
2013-05-08 08:28:09 -04:00
2013-03-31 12:10:54 -04:00
2013-05-08 08:28:09 -04:00
2013-03-17 08:49:12 -04:00
2013-01-20 20:56:16 -05:00
2013-03-17 08:49:12 -04:00