diff options
author | Sergio Villar Senin <svillar@igalia.com> | 2012-09-05 19:56:36 +0800 |
---|---|---|
committer | Sergio Villar Senin <svillar@igalia.com> | 2012-09-05 19:58:05 +0800 |
commit | c6fa1c2dbbb7f81c1ee8a2df2a868289ff033397 (patch) | |
tree | a273fd92d71bf7b0b1aef11383f90ea645d5cd04 /embed/ephy-embed-shell.c | |
parent | 091ecde186285d89df1da89daf07ee2d694db6aa (diff) | |
download | gsoc2013-epiphany-c6fa1c2dbbb7f81c1ee8a2df2a868289ff033397.tar gsoc2013-epiphany-c6fa1c2dbbb7f81c1ee8a2df2a868289ff033397.tar.gz gsoc2013-epiphany-c6fa1c2dbbb7f81c1ee8a2df2a868289ff033397.tar.bz2 gsoc2013-epiphany-c6fa1c2dbbb7f81c1ee8a2df2a868289ff033397.tar.lz gsoc2013-epiphany-c6fa1c2dbbb7f81c1ee8a2df2a868289ff033397.tar.xz gsoc2013-epiphany-c6fa1c2dbbb7f81c1ee8a2df2a868289ff033397.tar.zst gsoc2013-epiphany-c6fa1c2dbbb7f81c1ee8a2df2a868289ff033397.zip |
ephy-embed-shell: ephy_embed_shell_get_frecent_store() should not be public
Removed ephy_embed_shell_get_frecent_store() from EphyEmbedShell public
interface.
Diffstat (limited to 'embed/ephy-embed-shell.c')
-rw-r--r-- | embed/ephy-embed-shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c index 2df87b6ee..9e31af830 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -25,6 +25,7 @@ #include "ephy-adblock-manager.h" #include "ephy-debug.h" #include "ephy-download.h" +#include "ephy-embed-private.h" #include "ephy-embed-single.h" #include "ephy-embed-type-builtins.h" #include "ephy-encodings.h" |