diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-28 12:26:30 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-28 12:26:30 +0800 |
commit | 350fde81677a44e5203a38c833e5175c3b649de2 (patch) | |
tree | fcf8a53c086d9a34fc0492b98a51128d54ba3753 /addressbook/gui/widgets/e-addressbook-model.h | |
parent | f91435fc0c0186d48079dc44d8626135eba92462 (diff) | |
download | gsoc2013-evolution-350fde81677a44e5203a38c833e5175c3b649de2.tar.gz gsoc2013-evolution-350fde81677a44e5203a38c833e5175c3b649de2.tar.zst gsoc2013-evolution-350fde81677a44e5203a38c833e5175c3b649de2.zip |
Added double click to open contact editor.
2000-05-25 Christopher James Lahey <clahey@helixcode.com>
* 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
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-model.h')
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-model.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-model.h b/addressbook/gui/widgets/e-addressbook-model.h index a428b076a9..bff9a21d00 100644 --- a/addressbook/gui/widgets/e-addressbook-model.h +++ b/addressbook/gui/widgets/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_ */ |