diff options
Diffstat (limited to 'lib/ephy-bonobo-extensions.h')
-rw-r--r-- | lib/ephy-bonobo-extensions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ephy-bonobo-extensions.h b/lib/ephy-bonobo-extensions.h index 86bb977f9..be090711d 100644 --- a/lib/ephy-bonobo-extensions.h +++ b/lib/ephy-bonobo-extensions.h @@ -117,5 +117,7 @@ void ephy_bonobo_clear_path (BonoboUIComponent *uic, void ephy_bonobo_replace_path (BonoboUIComponent *uic, const gchar *path_src, const char *path_dst); +void ephy_bonobo_add_numbered_widget (BonoboUIComponent *uic, GtkWidget *w, + guint index, const char *container_path); #endif /* EPHY_BONOBO_EXTENSIONS_H */ |