aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-07-26 09:04:43 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-07-26 09:04:43 +0200
commitf487c98743446a0b1af600338070afc94ed452ba (patch)
tree3b7afa27ab23ad5552887c0f5e5610dc68070314 /uzbl.h
parentd99150bc20c6ea9a6a6c5bb3e3c2db8fd6fe4f69 (diff)
parent90631ed4def3468352102242f887c70e626cee68 (diff)
Merge branch 'experimental' of git://github.com/Dieterbe/uzbl
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/uzbl.h b/uzbl.h
index 632219e..00a7814 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -116,6 +116,12 @@ typedef struct {
gchar* download_handler;
gchar* cookie_handler;
gchar* new_window;
+ gchar* default_font_family;
+ gchar* monospace_font_family;
+ gchar* sans_serif_font_family;
+ gchar* serif_font_family;
+ gchar* fantasy_font_family;
+ gchar* cursive_font_family;
gboolean always_insert_mode;
gboolean show_status;
gboolean insert_mode;
@@ -338,6 +344,9 @@ char*
build_progressbar_ascii(int percent);
void
+talk_to_socket(WebKitWebView *web_view, GArray *argv, GString *result);
+
+void
spawn(WebKitWebView *web_view, GArray *argv, GString *result);
void
@@ -528,6 +537,24 @@ void
cmd_font_size();
void
+cmd_default_font_family();
+
+void
+cmd_monospace_font_family();
+
+void
+cmd_sans_serif_font_family();
+
+void
+cmd_serif_font_family();
+
+void
+cmd_cursive_font_family();
+
+void
+cmd_fantasy_font_family();
+
+void
cmd_zoom_level();
void