aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-state.h
diff options
context:
space:
mode:
authorPeter Harvey <peter.a.harvey@gmail.com>2006-02-04 21:57:43 +0800
committerPeter Anthony Harvey <paharvey@src.gnome.org>2006-02-04 21:57:43 +0800
commit30269a7fcdcd0a0eb82535f1af96df5059e0ba43 (patch)
treeeecbc3a3985864c8d619ad1e45dac07fef7699de /lib/ephy-state.h
parent1bdd082560bc963b535935d9e0bf06e19cd08d17 (diff)
downloadgsoc2013-epiphany-30269a7fcdcd0a0eb82535f1af96df5059e0ba43.tar
gsoc2013-epiphany-30269a7fcdcd0a0eb82535f1af96df5059e0ba43.tar.gz
gsoc2013-epiphany-30269a7fcdcd0a0eb82535f1af96df5059e0ba43.tar.bz2
gsoc2013-epiphany-30269a7fcdcd0a0eb82535f1af96df5059e0ba43.tar.lz
gsoc2013-epiphany-30269a7fcdcd0a0eb82535f1af96df5059e0ba43.tar.xz
gsoc2013-epiphany-30269a7fcdcd0a0eb82535f1af96df5059e0ba43.tar.zst
gsoc2013-epiphany-30269a7fcdcd0a0eb82535f1af96df5059e0ba43.zip
lib/ephy-state.h lib/ephy-state.c src/epiphany.defs
2006-02-04 Peter Harvey <peter.a.harvey@gmail.com> * lib/ephy-state.h * lib/ephy-state.c * src/epiphany.defs * src/bookmarks/ephy-bookmark-properties.c Combined very similar functions into one. Made the 'similar' bookmark count update immediately at start.
Diffstat (limited to 'lib/ephy-state.h')
-rw-r--r--lib/ephy-state.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/ephy-state.h b/lib/ephy-state.h
index 3388b396f..f8669c07b 100644
--- a/lib/ephy-state.h
+++ b/lib/ephy-state.h
@@ -45,11 +45,7 @@ void ephy_state_add_paned (GtkWidget *paned,
const char *name,
int default_width);
-void ephy_state_add_expander (GtkWidget *expander,
- const char *name,
- gboolean default_state);
-
-void ephy_state_add_toggle (GtkWidget *toggle,
+void ephy_state_add_expander (GtkWidget *widget,
const char *name,
gboolean default_state);