aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-07-22 22:40:37 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-14 20:08:37 +0800
commitbf670303579f23c8b0ee28731abf7de2d0e0ff8e (patch)
treefc6d4aa274a99bad5f7da19edc8b23d7f784cd8e /addressbook/gui
parent93b63ae8d17a2e965a7b9b82f18a29d2ee5b02e8 (diff)
downloadgsoc2013-evolution-bf670303579f23c8b0ee28731abf7de2d0e0ff8e.tar
gsoc2013-evolution-bf670303579f23c8b0ee28731abf7de2d0e0ff8e.tar.gz
gsoc2013-evolution-bf670303579f23c8b0ee28731abf7de2d0e0ff8e.tar.bz2
gsoc2013-evolution-bf670303579f23c8b0ee28731abf7de2d0e0ff8e.tar.lz
gsoc2013-evolution-bf670303579f23c8b0ee28731abf7de2d0e0ff8e.tar.xz
gsoc2013-evolution-bf670303579f23c8b0ee28731abf7de2d0e0ff8e.tar.zst
gsoc2013-evolution-bf670303579f23c8b0ee28731abf7de2d0e0ff8e.zip
Coding style and whitespace cleanups.
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-editor.h6
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);