diff options
author | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-01-26 23:20:07 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-01-26 23:20:07 +0800 |
commit | fcdec6a2c1b3383b61d98ab6add8755fedc0a88a (patch) | |
tree | 3b3bf1311a599c2098815301a47fd2421c4c8e5f /lib/widgets/ephy-editable-toolbar.h | |
parent | f0ed62fd5de56876d5257d6def06a761aa364e09 (diff) | |
download | gsoc2013-epiphany-fcdec6a2c1b3383b61d98ab6add8755fedc0a88a.tar gsoc2013-epiphany-fcdec6a2c1b3383b61d98ab6add8755fedc0a88a.tar.gz gsoc2013-epiphany-fcdec6a2c1b3383b61d98ab6add8755fedc0a88a.tar.bz2 gsoc2013-epiphany-fcdec6a2c1b3383b61d98ab6add8755fedc0a88a.tar.lz gsoc2013-epiphany-fcdec6a2c1b3383b61d98ab6add8755fedc0a88a.tar.xz gsoc2013-epiphany-fcdec6a2c1b3383b61d98ab6add8755fedc0a88a.tar.zst gsoc2013-epiphany-fcdec6a2c1b3383b61d98ab6add8755fedc0a88a.zip |
*** empty log message ***
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 |