diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-07-22 22:40:37 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-07-24 00:06:15 +0800 |
commit | 4941d7ea79914299c81fbd39bb7c60a3201a5f25 (patch) | |
tree | dc478c1e96b89f7fa40b7a0352cc86956f296430 /addressbook | |
parent | 002ad0610fca3476703bfd4245a1bc25584dfd24 (diff) | |
download | gsoc2013-evolution-4941d7ea79914299c81fbd39bb7c60a3201a5f25.tar.gz gsoc2013-evolution-4941d7ea79914299c81fbd39bb7c60a3201a5f25.tar.zst gsoc2013-evolution-4941d7ea79914299c81fbd39bb7c60a3201a5f25.zip |
Coding style and whitespace cleanups.
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/gui/contact-list-editor/e-contact-list-editor.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.h b/addressbook/gui/contact-list-editor/e-contact-list-editor.h index 38713ba7ab..ecf5098fa8 100644 --- a/addressbook/gui/contact-list-editor/e-contact-list-editor.h +++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.h @@ -72,8 +72,10 @@ EABEditor * e_contact_list_editor_new (EShell *shell, EContact *list_contact, gboolean is_new_list, gboolean editable); -EBookClient * e_contact_list_editor_get_client(EContactListEditor *editor); -void e_contact_list_editor_set_client(EContactListEditor *editor, +EBookClient * e_contact_list_editor_get_client + (EContactListEditor *editor); +void e_contact_list_editor_set_client + (EContactListEditor *editor, EBookClient *book_client); EContact * e_contact_list_editor_get_contact (EContactListEditor *editor); |