aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-10-24 10:38:36 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-10-24 10:38:36 +0200
commitddf66ef50c46eb50466282e4c0700c0baff8344c (patch)
treef17f9b239d388b3738d3dce2e829d595ad632b9f /uzbl-core.h
parent9eae868af1fc7c73d9776166d1135d13f472f858 (diff)
parent2ff6b2e51b1431f9698ceb46f5f3310541dce120 (diff)
Merge branch 'master' of git://github.com/bct/uzbl into experimental
Conflicts: uzbl-core.c
Diffstat (limited to 'uzbl-core.h')
-rw-r--r--uzbl-core.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/uzbl-core.h b/uzbl-core.h
index ea78f20..94680c8 100644
--- a/uzbl-core.h
+++ b/uzbl-core.h
@@ -217,6 +217,19 @@ typedef struct {
gchar* default_value;
} XDG_Var;
+/* uzbl variables */
+enum ptr_type {TYPE_INT, TYPE_STR, TYPE_FLOAT};
+typedef struct {
+ enum ptr_type type;
+ union {
+ int *i;
+ float *f;
+ gchar **s;
+ } ptr;
+ int dump;
+ int writeable;
+ /*@null@*/ void (*func)(void);
+} uzbl_cmdprop;
/* Functions */
char *