diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-04-15 08:15:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-04-15 08:15:46 +0800 |
commit | ca691310d85f7a266d070cb004d3534215ac47d0 (patch) | |
tree | 6a793011d0e1387928d2392df384dae026ac9b58 /widgets/misc/e-attachment.h | |
parent | 582ec45a59973e3beed7370c3476edaeb16c9eac (diff) | |
download | gsoc2013-evolution-ca691310d85f7a266d070cb004d3534215ac47d0.tar gsoc2013-evolution-ca691310d85f7a266d070cb004d3534215ac47d0.tar.gz gsoc2013-evolution-ca691310d85f7a266d070cb004d3534215ac47d0.tar.bz2 gsoc2013-evolution-ca691310d85f7a266d070cb004d3534215ac47d0.tar.lz gsoc2013-evolution-ca691310d85f7a266d070cb004d3534215ac47d0.tar.xz gsoc2013-evolution-ca691310d85f7a266d070cb004d3534215ac47d0.tar.zst gsoc2013-evolution-ca691310d85f7a266d070cb004d3534215ac47d0.zip |
Add "View Inline" / "Hide" menu items to the popup menu.
Add application icons to the "Open With" menu items.
svn path=/branches/kill-bonobo/; revision=37524
Diffstat (limited to 'widgets/misc/e-attachment.h')
-rw-r--r-- | widgets/misc/e-attachment.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/misc/e-attachment.h b/widgets/misc/e-attachment.h index 1184b32012..934e1e04b6 100644 --- a/widgets/misc/e-attachment.h +++ b/widgets/misc/e-attachment.h @@ -71,6 +71,9 @@ void e_attachment_add_to_multipart (EAttachment *attachment, CamelMultipart *multipart, const gchar *default_charset); void e_attachment_cancel (EAttachment *attachment); +gboolean e_attachment_get_can_show (EAttachment *attachment); +void e_attachment_set_can_show (EAttachment *attachment, + gboolean can_show); const gchar * e_attachment_get_disposition (EAttachment *attachment); void e_attachment_set_disposition (EAttachment *attachment, const gchar *disposition); @@ -88,6 +91,9 @@ GtkTreeRowReference * void e_attachment_set_reference (EAttachment *attachment, GtkTreeRowReference *reference); gboolean e_attachment_get_saving (EAttachment *attachment); +gboolean e_attachment_get_shown (EAttachment *attachment); +void e_attachment_set_shown (EAttachment *attachment, + gboolean shown); camel_cipher_validity_encrypt_t e_attachment_get_encrypted (EAttachment *attachment); void e_attachment_set_encrypted (EAttachment *attachment, |