aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.h')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.h b/addressbook/gui/contact-editor/e-contact-editor.h
index a2067b1a88..ef2b1238df 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.h
+++ b/addressbook/gui/contact-editor/e-contact-editor.h
@@ -85,6 +85,8 @@ struct _EContactEditor
/* Whether we are editing a new card or an existing one */
guint is_new_card : 1;
+
+ EList *writable_fields;
};
struct _EContactEditorClass
@@ -100,7 +102,8 @@ struct _EContactEditorClass
};
EContactEditor *e_contact_editor_new (ECard *card,
- gboolean is_new_card);
+ gboolean is_new_card,
+ EList *writable_fields);
GtkType e_contact_editor_get_type (void);
void e_contact_editor_raise (EContactEditor *editor);