diff options
author | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-02 14:21:08 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-03 06:47:16 +0800 |
commit | b0891810b1015e23df760dffe6befb145c9a4e3d (patch) | |
tree | ddc7b8f3bb734e6627ff8826810f3d4464a7cdee /src/ephy-toolbar.h | |
parent | deac403a8eb8f1ad00333b47f6c0df448110972e (diff) | |
download | gsoc2013-epiphany-b0891810b1015e23df760dffe6befb145c9a4e3d.tar.gz gsoc2013-epiphany-b0891810b1015e23df760dffe6befb145c9a4e3d.tar.zst gsoc2013-epiphany-b0891810b1015e23df760dffe6befb145c9a4e3d.zip |
docs: ephy-toolbar
Bug #503852
Diffstat (limited to 'src/ephy-toolbar.h')
-rw-r--r-- | src/ephy-toolbar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-toolbar.h b/src/ephy-toolbar.h index 370b1e161..13a3d7d5a 100644 --- a/src/ephy-toolbar.h +++ b/src/ephy-toolbar.h @@ -76,9 +76,9 @@ void ephy_toolbar_set_favicon (EphyToolbar *toolbar, void ephy_toolbar_set_show_leave_fullscreen (EphyToolbar *toolbar, gboolean show); -void ephy_toolbar_activate_location (EphyToolbar *t); +void ephy_toolbar_activate_location (EphyToolbar *toolbar); -const char *ephy_toolbar_get_location (EphyToolbar *t); +const char *ephy_toolbar_get_location (EphyToolbar *toolbar); void ephy_toolbar_set_location (EphyToolbar *toolbar, const char *address, |