From cece4687ac9fed887e0775c2914df1ddfc571fcf Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 1 Mar 2004 15:53:44 +0000 Subject: Export ephy_statusbar_add_widget() for use by extensions. 2004-03-01 Christian Persch * src/ephy-statusbar.c: (create_statusbar_security_icon), (ephy_statusbar_add_widget): * src/ephy-statusbar.h: Export ephy_statusbar_add_widget() for use by extensions. --- src/ephy-statusbar.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ephy-statusbar.h') diff --git a/src/ephy-statusbar.h b/src/ephy-statusbar.h index de382fd05..34ad88ef5 100644 --- a/src/ephy-statusbar.h +++ b/src/ephy-statusbar.h @@ -65,6 +65,9 @@ void ephy_statusbar_set_security_state (EphyStatusbar *statusbar, void ephy_statusbar_set_progress (EphyStatusbar *statusbar, int progress); +void ephy_statusbar_add_widget (EphyStatusbar *statusbar, + GtkWidget *widget); + G_END_DECLS #endif -- cgit