aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names.h
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-03-19 04:42:41 +0800
committerChris Toshok <toshok@src.gnome.org>2003-03-19 04:42:41 +0800
commit8c2719b4b57b866bb483501a84c8c982c3e8ad42 (patch)
tree54f3454992e2bda0768e7b3ffe0b2da53669ae24 /addressbook/gui/component/select-names/e-select-names.h
parentb57393ab7c5807bf6f13a46a08fd4ceeb6a04f79 (diff)
downloadgsoc2013-evolution-8c2719b4b57b866bb483501a84c8c982c3e8ad42.tar
gsoc2013-evolution-8c2719b4b57b866bb483501a84c8c982c3e8ad42.tar.gz
gsoc2013-evolution-8c2719b4b57b866bb483501a84c8c982c3e8ad42.tar.bz2
gsoc2013-evolution-8c2719b4b57b866bb483501a84c8c982c3e8ad42.tar.lz
gsoc2013-evolution-8c2719b4b57b866bb483501a84c8c982c3e8ad42.tar.xz
gsoc2013-evolution-8c2719b4b57b866bb483501a84c8c982c3e8ad42.tar.zst
gsoc2013-evolution-8c2719b4b57b866bb483501a84c8c982c3e8ad42.zip
use alternating-row-colors="false"
2003-03-18 Chris Toshok <toshok@ximian.com> * gui/component/select-names/e-select-names-section.etspec: use alternating-row-colors="false" * gui/component/select-names/e-select-names.h: nuke prototypes for e_select_names_get_source/section. * gui/component/select-names/e-select-names.c (set_book): remove the signal disconnect from here. (addressbook_model_set_uri): same. (e_select_names_init): connect to the search_result signal on the addressbook model. (e_select_names_child_free): disconnect the changed_id signal. (e_select_names_add_section): set the underline column so the recipient tables look like they did when they were EEntry. (e_select_names_add_section): store off the changed_id. (e_select_names_get_section): nuke. (e_select_names_get_source): nuke. svn path=/trunk/; revision=20345
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names.h')
-rw-r--r--addressbook/gui/component/select-names/e-select-names.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names.h b/addressbook/gui/component/select-names/e-select-names.h
index ccf4eebd5f..609aa00f01 100644
--- a/addressbook/gui/component/select-names/e-select-names.h
+++ b/addressbook/gui/component/select-names/e-select-names.h
@@ -92,13 +92,8 @@ void e_select_names_add_section (ESelectNames *e_select_names,
char *name,
char *id,
ESelectNamesModel *source);
-ESelectNamesModel *e_select_names_get_source (ESelectNames *e_select_names,
- char *id);
void e_select_names_set_default (ESelectNames *e_select_names,
const char *id);
-/* Returns a ref counted list of addresses. */
-EList *e_select_names_get_section (ESelectNames *e_select_names,
- char *id);
#ifdef __cplusplus
}