Top | ![]() |
![]() |
![]() |
![]() |
GtkTreeModel * | e_attachment_store_new () |
void | e_attachment_store_add_attachment () |
gboolean | e_attachment_store_remove_attachment () |
void | e_attachment_store_remove_all () |
void | e_attachment_store_add_to_multipart () |
GList * | e_attachment_store_get_attachments () |
guint | e_attachment_store_get_num_attachments () |
guint | e_attachment_store_get_num_loading () |
goffset | e_attachment_store_get_total_size () |
void | e_attachment_store_run_load_dialog () |
GFile * | e_attachment_store_run_save_dialog () |
gboolean | e_attachment_store_transform_num_attachments_to_visible_boolean () |
gboolean | e_attachment_store_find_attachment_iter () |
void | e_attachment_store_get_uris_async () |
gchar ** | e_attachment_store_get_uris_finish () |
void | e_attachment_store_load_async () |
gboolean | e_attachment_store_load_finish () |
void | e_attachment_store_save_async () |
gchar ** | e_attachment_store_save_finish () |
GtkTreeModel *
e_attachment_store_new (void
);
e_attachment_store_new
is deprecated and should not be used in newly-written code.
void e_attachment_store_add_attachment (EAttachmentStore *store
,EAttachment *attachment
);
e_attachment_store_add_attachment
is deprecated and should not be used in newly-written code.
gboolean e_attachment_store_remove_attachment (EAttachmentStore *store
,EAttachment *attachment
);
e_attachment_store_remove_attachment
is deprecated and should not be used in newly-written code.
void
e_attachment_store_remove_all (EAttachmentStore *store
);
e_attachment_store_remove_all
is deprecated and should not be used in newly-written code.
void e_attachment_store_add_to_multipart (EAttachmentStore *store
,CamelMultipart *multipart
,const gchar *default_charset
);
e_attachment_store_add_to_multipart
is deprecated and should not be used in newly-written code.
GList *
e_attachment_store_get_attachments (EAttachmentStore *store
);
e_attachment_store_get_attachments
is deprecated and should not be used in newly-written code.
guint
e_attachment_store_get_num_attachments
(EAttachmentStore *store
);
e_attachment_store_get_num_attachments
is deprecated and should not be used in newly-written code.
guint
e_attachment_store_get_num_loading (EAttachmentStore *store
);
e_attachment_store_get_num_loading
is deprecated and should not be used in newly-written code.
goffset
e_attachment_store_get_total_size (EAttachmentStore *store
);
e_attachment_store_get_total_size
is deprecated and should not be used in newly-written code.
void e_attachment_store_run_load_dialog (EAttachmentStore *store
,GtkWindow *parent
);
e_attachment_store_run_load_dialog
is deprecated and should not be used in newly-written code.
GFile * e_attachment_store_run_save_dialog (EAttachmentStore *store
,GList *attachment_list
,GtkWindow *parent
);
e_attachment_store_run_save_dialog
is deprecated and should not be used in newly-written code.
gboolean e_attachment_store_transform_num_attachments_to_visible_boolean (GBinding *binding
,const GValue *from_value
,GValue *to_value
,gpointer user_data
);
e_attachment_store_transform_num_attachments_to_visible_boolean
is deprecated and should not be used in newly-written code.
gboolean e_attachment_store_find_attachment_iter (EAttachmentStore *store
,EAttachment *attachment
,GtkTreeIter *out_iter
);
e_attachment_store_find_attachment_iter
is deprecated and should not be used in newly-written code.
void e_attachment_store_get_uris_async (EAttachmentStore *store
,GList *attachment_list
,GAsyncReadyCallback callback
,gpointer user_data
);
e_attachment_store_get_uris_async
is deprecated and should not be used in newly-written code.
gchar ** e_attachment_store_get_uris_finish (EAttachmentStore *store
,GAsyncResult *result
,GError **error
);
e_attachment_store_get_uris_finish
is deprecated and should not be used in newly-written code.
void e_attachment_store_load_async (EAttachmentStore *store
,GList *attachment_list
,GAsyncReadyCallback callback
,gpointer user_data
);
e_attachment_store_load_async
is deprecated and should not be used in newly-written code.
gboolean e_attachment_store_load_finish (EAttachmentStore *store
,GAsyncResult *result
,GError **error
);
e_attachment_store_load_finish
is deprecated and should not be used in newly-written code.
void e_attachment_store_save_async (EAttachmentStore *store
,GFile *destination
,const gchar *filename_prefix
,GAsyncReadyCallback callback
,gpointer user_data
);
e_attachment_store_save_async
is deprecated and should not be used in newly-written code.