X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=uzbl.h;h=2eb28df3d939c9d4ff5c05f744068c4f0b6cd640;hb=7bd6fa298bbe8d31bfb7a683fe531c2c562b55db;hp=c7f295b3650187e10393d45a2e3b2d4c6b73d4da;hpb=f5423bfe2855f4aeccfcf38dad6840160ebe96ad;p=uzbl-mobile diff --git a/uzbl.h b/uzbl.h index c7f295b..2eb28df 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 @@ -394,7 +403,7 @@ exec_paramcmd(const Action* act, const guint i); void initialize (int argc, char *argv[]); -GtkWidget* +void create_browser (); GtkWidget* @@ -525,6 +534,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