aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-view.h
diff options
context:
space:
mode:
authorVeerapuram Varadhan <vvaradan@src.gnome.org>2005-07-11 21:34:53 +0800
committerVeerapuram Varadhan <vvaradan@src.gnome.org>2005-07-11 21:34:53 +0800
commit417c14c253d7aab254fb554ee78c9dc824fb8efa (patch)
tree5ae5be6dad00c4f0276e796a7b59a13067c05bfe /addressbook/gui/component/addressbook-view.h
parent619bc50ccd1d7c1d994abb70a7f0db413f3285e0 (diff)
downloadgsoc2013-evolution-417c14c253d7aab254fb554ee78c9dc824fb8efa.tar
gsoc2013-evolution-417c14c253d7aab254fb554ee78c9dc824fb8efa.tar.gz
gsoc2013-evolution-417c14c253d7aab254fb554ee78c9dc824fb8efa.tar.bz2
gsoc2013-evolution-417c14c253d7aab254fb554ee78c9dc824fb8efa.tar.lz
gsoc2013-evolution-417c14c253d7aab254fb554ee78c9dc824fb8efa.tar.xz
gsoc2013-evolution-417c14c253d7aab254fb554ee78c9dc824fb8efa.tar.zst
gsoc2013-evolution-417c14c253d7aab254fb554ee78c9dc824fb8efa.zip
// uris. Also, opens a contact in the editor if the contact-uid in the url
* Implementation to handle contacts:// uris. * Also, opens a contact in the editor if the contact-uid in the url is valid. svn path=/trunk/; revision=29719
Diffstat (limited to 'addressbook/gui/component/addressbook-view.h')
-rw-r--r--addressbook/gui/component/addressbook-view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook-view.h b/addressbook/gui/component/addressbook-view.h
index e2292c4527..37119abd65 100644
--- a/addressbook/gui/component/addressbook-view.h
+++ b/addressbook/gui/component/addressbook-view.h
@@ -57,4 +57,8 @@ GtkWidget *addressbook_view_peek_sidebar (AddressbookView *view
GtkWidget *addressbook_view_peek_statusbar (AddressbookView *view);
BonoboControl *addressbook_view_peek_folder_view (AddressbookView *view);
+void addressbook_view_edit_contact (AddressbookView* view,
+ const char* source_id,
+ const char* contact_id);
+
#endif /* _ADDRESSBOOK_VIEW_H_ */