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-04-30 10:11:31 -04:00
2013-05-19 13:07:22 -04:00
2013-05-08 08:28:09 -04:00
2013-05-07 13:27:24 +02:00
2013-05-23 16:36:02 -04:00
2013-05-06 23:54:37 +02:00
2013-05-08 09:10:58 -04:00
2013-04-26 17:26:34 -04:00
2013-05-19 13:07:22 -04:00
2013-05-23 16:36:02 -04:00
2013-05-19 13:07:22 -04:00
2013-05-08 08:28:09 -04:00
2013-05-19 13:07:20 -04:00
2013-05-20 15:34:32 -04:00
2013-04-25 20:17:20 -04:00