aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-app-utils.h
diff options
context:
space:
mode:
authorAlexandre Mazari <alexandre.mazari@gmail.com>2012-03-29 01:56:43 +0800
committerXan Lopez <xan@igalia.com>2012-03-29 01:56:43 +0800
commit233c86a85e63f00a246badabf1879569ad5d6ea6 (patch)
tree49127c74d37558f94ad609988fa74d98d7d06ca2 /embed/ephy-web-app-utils.h
parentf1c478dc347b8e59dab6e4d23095b44c33515be7 (diff)
downloadgsoc2013-epiphany-233c86a85e63f00a246badabf1879569ad5d6ea6.tar
gsoc2013-epiphany-233c86a85e63f00a246badabf1879569ad5d6ea6.tar.gz
gsoc2013-epiphany-233c86a85e63f00a246badabf1879569ad5d6ea6.tar.bz2
gsoc2013-epiphany-233c86a85e63f00a246badabf1879569ad5d6ea6.tar.lz
gsoc2013-epiphany-233c86a85e63f00a246badabf1879569ad5d6ea6.tar.xz
gsoc2013-epiphany-233c86a85e63f00a246badabf1879569ad5d6ea6.tar.zst
gsoc2013-epiphany-233c86a85e63f00a246badabf1879569ad5d6ea6.zip
ephy-web-app-utils: do not use the webview in the web app creation method
It's not really needed, will allow to reuse this code during profile migration. https://bugzilla.gnome.org/show_bug.cgi?id=658925
Diffstat (limited to 'embed/ephy-web-app-utils.h')
-rw-r--r--embed/ephy-web-app-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-web-app-utils.h b/embed/ephy-web-app-utils.h
index 7c8a09f3d..b552da3e3 100644
--- a/embed/ephy-web-app-utils.h
+++ b/embed/ephy-web-app-utils.h
@@ -41,7 +41,7 @@ typedef struct {
#define EPHY_WEB_APP_PREFIX "app-"
#define EPHY_WEB_APP_ICON_NAME "app-icon.png"
-char *ephy_web_application_create (EphyWebView *view, const char *title, GdkPixbuf *icon);
+char *ephy_web_application_create (const char *address, const char *title, GdkPixbuf *icon);
gboolean ephy_web_application_delete (const char *name);