From 350fde81677a44e5203a38c833e5175c3b649de2 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sun, 28 May 2000 04:26:30 +0000 Subject: Added double click to open contact editor. 2000-05-25 Christopher James Lahey * gui/component/addressbook.c, gui/component/e-addressbook-model.c, gui/component/e-addressbook-model.h: Added double click to open contact editor. svn path=/trunk/; revision=3239 --- addressbook/gui/component/e-addressbook-model.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'addressbook/gui/component/e-addressbook-model.h') diff --git a/addressbook/gui/component/e-addressbook-model.h b/addressbook/gui/component/e-addressbook-model.h index a428b076a9..bff9a21d00 100644 --- a/addressbook/gui/component/e-addressbook-model.h +++ b/addressbook/gui/component/e-addressbook-model.h @@ -45,4 +45,8 @@ typedef struct { GtkType e_addressbook_model_get_type (void); ETableModel *e_addressbook_model_new (void); +/* Returns object with ref count of 1. */ +ECard *e_addressbook_model_get_card(EAddressbookModel *model, + int row); + #endif /* _E_ADDRESSBOOK_MODEL_H_ */ -- cgit v1.2.3