aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-app-utils.h
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-09-07 01:10:05 +0800
committerXan Lopez <xlopez@igalia.com>2011-09-07 01:10:05 +0800
commit4bd5ca329c07b8e8b3a2736c77dd862175cdf37b (patch)
tree96d566e850e998909eea7cf3dfa934b89a5dbec5 /embed/ephy-web-app-utils.h
parent8cfcb6905f4c4dca488987f22a847dd1283b39ac (diff)
downloadgsoc2013-epiphany-4bd5ca329c07b8e8b3a2736c77dd862175cdf37b.tar.gz
gsoc2013-epiphany-4bd5ca329c07b8e8b3a2736c77dd862175cdf37b.tar.zst
gsoc2013-epiphany-4bd5ca329c07b8e8b3a2736c77dd862175cdf37b.zip
Make about:applications prettier
Thanks to Lapo Calamandrei for the CSS.
Diffstat (limited to 'embed/ephy-web-app-utils.h')
-rw-r--r--embed/ephy-web-app-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/ephy-web-app-utils.h b/embed/ephy-web-app-utils.h
index 06b3284ad..8326c4a10 100644
--- a/embed/ephy-web-app-utils.h
+++ b/embed/ephy-web-app-utils.h
@@ -34,6 +34,8 @@ G_BEGIN_DECLS
typedef struct {
char *name;
char *icon_url;
+ char *url;
+ char install_date[128];
} EphyWebApplication;
#define EPHY_WEB_APP_PREFIX "app-"