diff options
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.h')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.h | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.h b/addressbook/gui/contact-editor/e-contact-editor.h index 249640379b..0010182b99 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.h +++ b/addressbook/gui/contact-editor/e-contact-editor.h @@ -117,17 +117,19 @@ struct _EContactEditorClass void (* editor_closed) (EContactEditor *ce); }; -EContactEditor *e_contact_editor_new (EBook *book, - ECard *card, - gboolean is_new_card, - gboolean editable); -GtkType e_contact_editor_get_type (void); -void e_contact_editor_show (EContactEditor *editor); -void e_contact_editor_close (EContactEditor *editor); -void e_contact_editor_raise (EContactEditor *editor); +EContactEditor *e_contact_editor_new (EBook *book, + ECard *card, + gboolean is_new_card, + gboolean editable); +GtkType e_contact_editor_get_type (void); +void e_contact_editor_show (EContactEditor *editor); +void e_contact_editor_close (EContactEditor *editor); +void e_contact_editor_raise (EContactEditor *editor); -gboolean e_contact_editor_confirm_delete (GtkWindow *parent); +gboolean e_contact_editor_confirm_delete (GtkWindow *parent); + +gboolean e_contact_editor_request_close_all (void); #ifdef __cplusplus } |