diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-06-13 22:27:22 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-06-14 01:35:56 +0800 |
commit | c2e71bd88d6a75e93aaef8f01868a6c4e71a4833 (patch) | |
tree | 6c154442b094af6e05f135cb03fa36cddec6fa2d /widgets/misc/e-contact-map.h | |
parent | 50226747edf06420597ba32edf46bb36cbfb0b2b (diff) | |
download | gsoc2013-evolution-c2e71bd88d6a75e93aaef8f01868a6c4e71a4833.tar.gz gsoc2013-evolution-c2e71bd88d6a75e93aaef8f01868a6c4e71a4833.tar.zst gsoc2013-evolution-c2e71bd88d6a75e93aaef8f01868a6c4e71a4833.zip |
Coding style and whitespace cleanups.
Diffstat (limited to 'widgets/misc/e-contact-map.h')
-rw-r--r-- | widgets/misc/e-contact-map.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/widgets/misc/e-contact-map.h b/widgets/misc/e-contact-map.h index fd5fabf159..f2f98f72b6 100644 --- a/widgets/misc/e-contact-map.h +++ b/widgets/misc/e-contact-map.h @@ -79,20 +79,19 @@ struct _EContactMapClass { GType e_contact_map_get_type (void) G_GNUC_CONST; GtkWidget * e_contact_map_new (void); - void e_contact_map_add_contact (EContactMap *map, EContact *contact); -void e_contact_map_add_marker (EContactMap *map, - const gchar *name, - const gchar *contact_uid, - EContactAddress *address, - EContactPhoto *photo); +void e_contact_map_add_marker (EContactMap *map, + const gchar *name, + const gchar *contact_uid, + EContactAddress *address, + EContactPhoto *photo); void e_contact_map_remove_contact (EContactMap *map, const gchar *name); -void e_contact_map_remove_marker (EContactMap *map, +void e_contact_map_remove_marker (EContactMap *map, ClutterActor *marker); void e_contact_map_zoom_on_marker (EContactMap *map, @@ -100,7 +99,6 @@ void e_contact_map_zoom_on_marker (EContactMap *map, ChamplainView* e_contact_map_get_view (EContactMap *map); - G_END_DECLS #endif /* WITH_CONTACT_MAPS */ |