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