aboutsummaryrefslogtreecommitdiff
path: root/sb.h
diff options
context:
space:
mode:
authormutantturkey <crazycal00@gmail.com>2011-05-25 00:46:09 -0400
committermutantturkey <crazycal00@gmail.com>2011-05-25 00:46:09 -0400
commit9ea4d89df0ccd9764579e745458466acaa810cfd (patch)
tree442c08164f5c5a7668711c1a46943f64d3d5cd51 /sb.h
parent14d6f12d8cfaaf41c36772c7fef2cfd3c8687a99 (diff)
added reload (bypass cache). CTRL+E
Diffstat (limited to 'sb.h')
-rw-r--r--sb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sb.h b/sb.h
index c45fbab..af8b68c 100644
--- a/sb.h
+++ b/sb.h
@@ -5,9 +5,9 @@ void tab_new(gboolean b);
void tab_zoom(gboolean b);
void tab_close();
void tab_and_go();
-void tab_focus(GtkNotebook *notebook, GtkNotebookPage *page, guint page_num, gpointer user_data);
+void tab_focus(GtkNotebook *notebook, GtkWidget *page, guint page_num, gpointer user_data);
void tab_view_source();
-void tab_reload();
+void tab_reload(gboolean b);
void window_setup();
void search(GtkEntry *entry, gboolean b);
void toggle();