diff options
Diffstat (limited to 'lib/widgets/ephy-editable-toolbar.h')
-rwxr-xr-x | lib/widgets/ephy-editable-toolbar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/widgets/ephy-editable-toolbar.h b/lib/widgets/ephy-editable-toolbar.h index 21b195b6d..6ece8d4c5 100755 --- a/lib/widgets/ephy-editable-toolbar.h +++ b/lib/widgets/ephy-editable-toolbar.h @@ -54,6 +54,8 @@ GType ephy_editable_toolbar_get_type (void); EphyEditableToolbar *ephy_editable_toolbar_new (EggMenuMerge *merge); +void ephy_editable_toolbar_edit (EphyEditableToolbar *etoolbar); + G_END_DECLS #endif |