aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/e-addressbook-model.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/e-addressbook-model.h')
-rw-r--r--addressbook/gui/component/e-addressbook-model.h4
1 files changed, 4 insertions, 0 deletions
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_ */