aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl-core.h')
-rw-r--r--uzbl-core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/uzbl-core.h b/uzbl-core.h
index 2cfedcc..63df588 100644
--- a/uzbl-core.h
+++ b/uzbl-core.h
@@ -435,6 +435,9 @@ void
menu_add(WebKitWebView *page, GArray *argv, GString *result);
void
+menu_add_separator(WebKitWebView *page, GArray *argv, GString *result);
+
+void
menu_remove(WebKitWebView *page, GArray *argv, GString *result);
typedef void (*Command)(WebKitWebView*, GArray *argv, GString *result);
@@ -446,6 +449,7 @@ typedef struct {
typedef struct {
gchar *name;
gchar *cmd;
+ gboolean issep;
} MenuItem;