Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget *
e_composer_header_table_new (EClientCache *client_cache
);
e_composer_header_table_new
is deprecated and should not be used in newly-written code.
EClientCache *
e_composer_header_table_ref_client_cache
(EComposerHeaderTable *table
);
e_composer_header_table_ref_client_cache
is deprecated and should not be used in newly-written code.
EComposerHeader * e_composer_header_table_get_header (EComposerHeaderTable *table
,EComposerHeaderType type
);
e_composer_header_table_get_header
is deprecated and should not be used in newly-written code.
EMailSignatureComboBox *
e_composer_header_table_get_signature_combo_box
(EComposerHeaderTable *table
);
e_composer_header_table_get_signature_combo_box
is deprecated and should not be used in newly-written code.
EDestination **
e_composer_header_table_get_destinations
(EComposerHeaderTable *table
);
e_composer_header_table_get_destinations
is deprecated and should not be used in newly-written code.
EDestination **
e_composer_header_table_get_destinations_bcc
(EComposerHeaderTable *table
);
e_composer_header_table_get_destinations_bcc
is deprecated and should not be used in newly-written code.
void e_composer_header_table_add_destinations_bcc (EComposerHeaderTable *table
,EDestination **destination
);
e_composer_header_table_add_destinations_bcc
is deprecated and should not be used in newly-written code.
void e_composer_header_table_set_destinations_bcc (EComposerHeaderTable *table
,EDestination **destinations
);
e_composer_header_table_set_destinations_bcc
is deprecated and should not be used in newly-written code.
EDestination **
e_composer_header_table_get_destinations_cc
(EComposerHeaderTable *table
);
e_composer_header_table_get_destinations_cc
is deprecated and should not be used in newly-written code.
void e_composer_header_table_add_destinations_cc (EComposerHeaderTable *table
,EDestination **destination
);
e_composer_header_table_add_destinations_cc
is deprecated and should not be used in newly-written code.
void e_composer_header_table_set_destinations_cc (EComposerHeaderTable *table
,EDestination **destinations
);
e_composer_header_table_set_destinations_cc
is deprecated and should not be used in newly-written code.
EDestination **
e_composer_header_table_get_destinations_to
(EComposerHeaderTable *table
);
e_composer_header_table_get_destinations_to
is deprecated and should not be used in newly-written code.
void e_composer_header_table_add_destinations_to (EComposerHeaderTable *table
,EDestination **destinations
);
e_composer_header_table_add_destinations_to
is deprecated and should not be used in newly-written code.
void e_composer_header_table_set_destinations_to (EComposerHeaderTable *table
,EDestination **destinations
);
e_composer_header_table_set_destinations_to
is deprecated and should not be used in newly-written code.
gchar * e_composer_header_table_dup_identity_uid (EComposerHeaderTable *table
,gchar **chosen_alias_name
,gchar **chosen_alias_address
);
e_composer_header_table_dup_identity_uid
is deprecated and should not be used in newly-written code.
void e_composer_header_table_set_identity_uid (EComposerHeaderTable *table
,const gchar *identity_uid
,const gchar *alias_name
,const gchar *alias_address
);
e_composer_header_table_set_identity_uid
is deprecated and should not be used in newly-written code.
const gchar *
e_composer_header_table_get_from_name (EComposerHeaderTable *table
);
e_composer_header_table_get_from_name
is deprecated and should not be used in newly-written code.
const gchar *
e_composer_header_table_get_from_address
(EComposerHeaderTable *table
);
e_composer_header_table_get_from_address
is deprecated and should not be used in newly-written code.
GList *
e_composer_header_table_get_post_to (EComposerHeaderTable *table
);
e_composer_header_table_get_post_to
is deprecated and should not be used in newly-written code.
void e_composer_header_table_set_post_to_base (EComposerHeaderTable *table
,const gchar *base_url
,const gchar *post_to
);
e_composer_header_table_set_post_to_base
is deprecated and should not be used in newly-written code.
void e_composer_header_table_set_post_to_list (EComposerHeaderTable *table
,GList *folder_list
);
e_composer_header_table_set_post_to_list
is deprecated and should not be used in newly-written code.
const gchar *
e_composer_header_table_get_reply_to (EComposerHeaderTable *table
);
e_composer_header_table_get_reply_to
is deprecated and should not be used in newly-written code.
void e_composer_header_table_set_reply_to (EComposerHeaderTable *table
,const gchar *reply_to
);
e_composer_header_table_set_reply_to
is deprecated and should not be used in newly-written code.
const gchar *
e_composer_header_table_get_signature_uid
(EComposerHeaderTable *table
);
e_composer_header_table_get_signature_uid
is deprecated and should not be used in newly-written code.
void e_composer_header_table_set_signature_uid (EComposerHeaderTable *table
,const gchar *signature_uid
);
e_composer_header_table_set_signature_uid
is deprecated and should not be used in newly-written code.
const gchar *
e_composer_header_table_get_subject (EComposerHeaderTable *table
);
e_composer_header_table_get_subject
is deprecated and should not be used in newly-written code.
void e_composer_header_table_set_subject (EComposerHeaderTable *table
,const gchar *subject
);
e_composer_header_table_set_subject
is deprecated and should not be used in newly-written code.
void e_composer_header_table_set_header_visible (EComposerHeaderTable *table
,EComposerHeaderType type
,gboolean visible
);
e_composer_header_table_set_header_visible
is deprecated and should not be used in newly-written code.
ESource * e_composer_header_table_ref_source (EComposerHeaderTable *table
,const gchar *uid
);
e_composer_header_table_ref_source
is deprecated and should not be used in newly-written code.
Convenience function that works just like e_source_registry_ref_source()
,
but spares the caller from digging out the ESourceRegistry from table
.
The returned ESource is referenced for thread-safety and must be
unreferenced with g_object_unref()
when finished with it.