diff options
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 */ |