diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-09-04 00:21:38 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-09-04 00:21:38 +0800 |
commit | 4f6da94c96d77a296e185c0fcf35ca74ddeee3a2 (patch) | |
tree | 147b536d62e8bfb92988380aef475f5a9f216487 /embed/ephy-web-app-utils.h | |
parent | 20b38fa45d7b9f3e4c302d0cb0090f72ae56bb78 (diff) | |
download | gsoc2013-epiphany-4f6da94c96d77a296e185c0fcf35ca74ddeee3a2.tar gsoc2013-epiphany-4f6da94c96d77a296e185c0fcf35ca74ddeee3a2.tar.gz gsoc2013-epiphany-4f6da94c96d77a296e185c0fcf35ca74ddeee3a2.tar.bz2 gsoc2013-epiphany-4f6da94c96d77a296e185c0fcf35ca74ddeee3a2.tar.lz gsoc2013-epiphany-4f6da94c96d77a296e185c0fcf35ca74ddeee3a2.tar.xz gsoc2013-epiphany-4f6da94c96d77a296e185c0fcf35ca74ddeee3a2.tar.zst gsoc2013-epiphany-4f6da94c96d77a296e185c0fcf35ca74ddeee3a2.zip |
ephy-web-app-utils: move the web app creation code here
Diffstat (limited to 'embed/ephy-web-app-utils.h')
-rw-r--r-- | embed/ephy-web-app-utils.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/embed/ephy-web-app-utils.h b/embed/ephy-web-app-utils.h index 560f1de09..d6f7be516 100644 --- a/embed/ephy-web-app-utils.h +++ b/embed/ephy-web-app-utils.h @@ -25,11 +25,16 @@ #define EPHY_WEB_APP_UTILS_H #include <glib.h> +#include <gtk/gtk.h> + +#include "ephy-web-view.h" G_BEGIN_DECLS #define EPHY_WEB_APP_PREFIX "app-" +char *ephy_web_application_create (EphyWebView *view, const char *title, GdkPixbuf *icon); + gboolean ephy_web_application_delete (const char *name); char *ephy_web_application_get_profile_directory (const char *app_name); |