aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-statusbar.h
diff options
context:
space:
mode:
authorAdam Hooper <adamh@src.gnome.org>2005-01-21 12:08:38 +0800
committerAdam Hooper <adamh@src.gnome.org>2005-01-21 12:08:38 +0800
commitf1a8af524780cde0043f9c3a06461d7f5e0465a1 (patch)
tree0849369d31cebce860234dcfd8664d8f4bc72183 /src/ephy-statusbar.h
parent82dffea232ae41bdb21129490fec3a3a3e9c5bf6 (diff)
downloadgsoc2013-epiphany-f1a8af524780cde0043f9c3a06461d7f5e0465a1.tar
gsoc2013-epiphany-f1a8af524780cde0043f9c3a06461d7f5e0465a1.tar.gz
gsoc2013-epiphany-f1a8af524780cde0043f9c3a06461d7f5e0465a1.tar.bz2
gsoc2013-epiphany-f1a8af524780cde0043f9c3a06461d7f5e0465a1.tar.lz
gsoc2013-epiphany-f1a8af524780cde0043f9c3a06461d7f5e0465a1.tar.xz
gsoc2013-epiphany-f1a8af524780cde0043f9c3a06461d7f5e0465a1.tar.zst
gsoc2013-epiphany-f1a8af524780cde0043f9c3a06461d7f5e0465a1.zip
Added ephy_statusbar_remove_widget().
Diffstat (limited to 'src/ephy-statusbar.h')
-rw-r--r--src/ephy-statusbar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-statusbar.h b/src/ephy-statusbar.h
index 7a1d06c2b..209d8ceb7 100644
--- a/src/ephy-statusbar.h
+++ b/src/ephy-statusbar.h
@@ -75,6 +75,9 @@ void ephy_statusbar_set_progress (EphyStatusbar *statusbar,
void ephy_statusbar_add_widget (EphyStatusbar *statusbar,
GtkWidget *widget);
+void ephy_statusbar_remove_widget (EphyStatusbar *statusbar,
+ GtkWidget *widget);
+
G_END_DECLS
#endif