aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-addressbook-model.h
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-10-21 13:16:01 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-10-21 13:16:01 +0800
commitc520034c0b7243612535177882d8ebe5c7344c5d (patch)
treea842b17712888bcda0c79993899e08a95a8395ec /addressbook/gui/widgets/e-addressbook-model.h
parent41e86775f05e5bdd8b6284fa5bc90129e13ee9c2 (diff)
downloadgsoc2013-evolution-c520034c0b7243612535177882d8ebe5c7344c5d.tar
gsoc2013-evolution-c520034c0b7243612535177882d8ebe5c7344c5d.tar.gz
gsoc2013-evolution-c520034c0b7243612535177882d8ebe5c7344c5d.tar.bz2
gsoc2013-evolution-c520034c0b7243612535177882d8ebe5c7344c5d.tar.lz
gsoc2013-evolution-c520034c0b7243612535177882d8ebe5c7344c5d.tar.xz
gsoc2013-evolution-c520034c0b7243612535177882d8ebe5c7344c5d.tar.zst
gsoc2013-evolution-c520034c0b7243612535177882d8ebe5c7344c5d.zip
Call e_addressbook_model_force_folder_bar_message when we activate the
2001-10-21 Jon Trowbridge <trow@ximian.com> * gui/component/addressbook.c (control_activate_cb): Call e_addressbook_model_force_folder_bar_message when we activate the component. (Fixes bug #11749) * gui/widgets/e-addressbook-model.c (e_addressbook_model_force_folder_bar_message): Added. Forces emission of a folder_bar_message. svn path=/trunk/; revision=13840
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-model.h')
-rw-r--r--addressbook/gui/widgets/e-addressbook-model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-model.h b/addressbook/gui/widgets/e-addressbook-model.h
index 3bd66ca46f..6482409075 100644
--- a/addressbook/gui/widgets/e-addressbook-model.h
+++ b/addressbook/gui/widgets/e-addressbook-model.h
@@ -66,6 +66,8 @@ EBook *e_addressbook_model_get_ebook (EAddressbookModel *model);
void e_addressbook_model_stop (EAddressbookModel *model);
gboolean e_addressbook_model_can_stop (EAddressbookModel *model);
+void e_addressbook_model_force_folder_bar_message (EAddressbookModel *model);
+
int e_addressbook_model_card_count (EAddressbookModel *model);
ECard *e_addressbook_model_card_at (EAddressbookModel *model, int index);
gboolean e_addressbook_model_editable (EAddressbookModel *model);