aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-app-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-web-app-utils.h')
-rw-r--r--embed/ephy-web-app-utils.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/embed/ephy-web-app-utils.h b/embed/ephy-web-app-utils.h
index d6f7be516..06b3284ad 100644
--- a/embed/ephy-web-app-utils.h
+++ b/embed/ephy-web-app-utils.h
@@ -31,6 +31,11 @@
G_BEGIN_DECLS
+typedef struct {
+ char *name;
+ char *icon_url;
+} EphyWebApplication;
+
#define EPHY_WEB_APP_PREFIX "app-"
char *ephy_web_application_create (EphyWebView *view, const char *title, GdkPixbuf *icon);
@@ -39,6 +44,10 @@ gboolean ephy_web_application_delete (const char *name);
char *ephy_web_application_get_profile_directory (const char *app_name);
+GList *ephy_web_application_get_application_list (void);
+
+void ephy_web_application_free_application_list (GList *list);
+
G_END_DECLS
#endif