aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-state.h
diff options
context:
space:
mode:
authorPeter Harvey <peter.a.harvey@gmail.com>2006-02-04 20:27:14 +0800
committerPeter Anthony Harvey <paharvey@src.gnome.org>2006-02-04 20:27:14 +0800
commit810a49938c11129d6a255d3ddaccdf8c451a7de1 (patch)
tree06669fe36701dc69800c842f947fbecf9a33f8f1 /lib/ephy-state.h
parentf1269bf3675a0635b6cb26b2edbab080c1baccb1 (diff)
downloadgsoc2013-epiphany-810a49938c11129d6a255d3ddaccdf8c451a7de1.tar
gsoc2013-epiphany-810a49938c11129d6a255d3ddaccdf8c451a7de1.tar.gz
gsoc2013-epiphany-810a49938c11129d6a255d3ddaccdf8c451a7de1.tar.bz2
gsoc2013-epiphany-810a49938c11129d6a255d3ddaccdf8c451a7de1.tar.lz
gsoc2013-epiphany-810a49938c11129d6a255d3ddaccdf8c451a7de1.tar.xz
gsoc2013-epiphany-810a49938c11129d6a255d3ddaccdf8c451a7de1.tar.zst
gsoc2013-epiphany-810a49938c11129d6a255d3ddaccdf8c451a7de1.zip
lib/ephy-state.h lib/ephy-state.c src/ephy-shell.c
2006-02-04 Peter Harvey <peter.a.harvey@gmail.com> * lib/ephy-state.h * lib/ephy-state.c * src/ephy-shell.c Forgotten files from previous two commits.
Diffstat (limited to 'lib/ephy-state.h')
-rw-r--r--lib/ephy-state.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ephy-state.h b/lib/ephy-state.h
index cd4ce1041..3388b396f 100644
--- a/lib/ephy-state.h
+++ b/lib/ephy-state.h
@@ -49,6 +49,10 @@ void ephy_state_add_expander (GtkWidget *expander,
const char *name,
gboolean default_state);
+void ephy_state_add_toggle (GtkWidget *toggle,
+ const char *name,
+ gboolean default_state);
+
void ephy_state_save (void);
G_END_DECLS