Top | ![]() |
![]() |
![]() |
![]() |
void | e_mail_signature_editor_new () |
GtkWidget * | e_mail_signature_editor_new_finish () |
EHTMLEditor * | e_mail_signature_editor_get_editor () |
EFocusTracker * | e_mail_signature_editor_get_focus_tracker () |
ESourceRegistry * | e_mail_signature_editor_get_registry () |
ESource * | e_mail_signature_editor_get_source () |
void | e_mail_signature_editor_commit () |
gboolean | e_mail_signature_editor_commit_finish () |
EHTMLEditor * | editor | Read / Write / Construct Only |
EFocusTracker * | focus-tracker | Read |
ESourceRegistry * | registry | Read / Write / Construct Only |
ESource * | source | Read / Write / Construct Only |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── EMailSignatureEditor
void e_mail_signature_editor_new (ESourceRegistry *registry
,ESource *source
,GAsyncReadyCallback callback
,gpointer user_data
);
GtkWidget * e_mail_signature_editor_new_finish (GAsyncResult *result
,GError **error
);
EHTMLEditor *
e_mail_signature_editor_get_editor (EMailSignatureEditor *editor
);
EFocusTracker *
e_mail_signature_editor_get_focus_tracker
(EMailSignatureEditor *editor
);
ESourceRegistry *
e_mail_signature_editor_get_registry (EMailSignatureEditor *editor
);
ESource *
e_mail_signature_editor_get_source (EMailSignatureEditor *editor
);
void e_mail_signature_editor_commit (EMailSignatureEditor *editor
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
gboolean e_mail_signature_editor_commit_finish (EMailSignatureEditor *editor
,GAsyncResult *result
,GError **error
);
“editor”
property“editor” EHTMLEditor *
Owner: EMailSignatureEditor
Flags: Read / Write / Construct Only
“focus-tracker”
property“focus-tracker” EFocusTracker *
Owner: EMailSignatureEditor
Flags: Read
“registry”
property “registry” ESourceRegistry *
Data source registry.
Owner: EMailSignatureEditor
Flags: Read / Write / Construct Only