aboutsummaryrefslogtreecommitdiffstats
path: root/mail/subscribe-control.h
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-09-29 11:09:26 +0800
committerChris Toshok <toshok@src.gnome.org>2000-09-29 11:09:26 +0800
commite20e97c2081eb38854c93495a41d7315259bc715 (patch)
tree473f02750bb06966cdc45f2723a96a8dcca68128 /mail/subscribe-control.h
parent338c81f70a92560970f7a6c542c38a3839cc748c (diff)
downloadgsoc2013-evolution-e20e97c2081eb38854c93495a41d7315259bc715.tar
gsoc2013-evolution-e20e97c2081eb38854c93495a41d7315259bc715.tar.gz
gsoc2013-evolution-e20e97c2081eb38854c93495a41d7315259bc715.tar.bz2
gsoc2013-evolution-e20e97c2081eb38854c93495a41d7315259bc715.tar.lz
gsoc2013-evolution-e20e97c2081eb38854c93495a41d7315259bc715.tar.xz
gsoc2013-evolution-e20e97c2081eb38854c93495a41d7315259bc715.tar.zst
gsoc2013-evolution-e20e97c2081eb38854c93495a41d7315259bc715.zip
added prototype.
2000-09-28 Chris Toshok <toshok@helixcode.com> * subscribe-control.h (subscribe_search): added prototype. * subscribe-control.c (subscribe_search): new function. * subscribe-control-factory.c (make_folder_search_widget): new function, to add search widget to toolbar. (control_activate): create the search widget and add it to the toolbar. svn path=/trunk/; revision=5632
Diffstat (limited to 'mail/subscribe-control.h')
-rw-r--r--mail/subscribe-control.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/subscribe-control.h b/mail/subscribe-control.h
index 164dea57dc..1822f32980 100644
--- a/mail/subscribe-control.h
+++ b/mail/subscribe-control.h
@@ -57,5 +57,6 @@ void subscribe_unselect_all (BonoboUIHandler *uih, void *user_data, const char *
void subscribe_folder (GtkWidget *widget, gpointer user_data);
void unsubscribe_folder (GtkWidget *widget, gpointer user_data);
void subscribe_refresh_list (GtkWidget *widget, gpointer user_data);
+void subscribe_search (GtkWidget *widget, gpointer user_data);
#endif /* _SUBSCRIBE_CONTROL_H_ */