summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tab.h b/src/tab.h
index 1042f21..213e286 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -57,6 +57,9 @@ mq_tab_new(MqApplication *application, gchar *uri);
MqTab *
mq_tab_new_relative(MqApplication *application, gchar *uri, MqTab *parent);
+MqTab *
+mq_tab_new_root(void)
+
GtkWidget *
mq_tab_get_tab(MqTab *tab);