diff options
Diffstat (limited to 'src/ephy-statusbar.h')
-rw-r--r-- | src/ephy-statusbar.h | 3 |
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 |