GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkPopover ╰── EAttachmentPopover
GtkWidget * e_attachment_popover_new (GtkWidget *relative_to,EAttachment *attachment);
EAttachment *
e_attachment_popover_get_attachment (EAttachmentPopover *self);
void e_attachment_popover_set_attachment (EAttachmentPopover *self,EAttachment *attachment);
gboolean
e_attachment_popover_get_changes_saved
(EAttachmentPopover *self);
void e_attachment_popover_set_changes_saved (EAttachmentPopover *self,gboolean changes_saved);
gboolean
e_attachment_popover_get_allow_disposition
(EAttachmentPopover *self);
void e_attachment_popover_set_allow_disposition (EAttachmentPopover *self,gboolean allow_disposition);