summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.h')
-rw-r--r--src/tab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tab.h b/src/tab.h
index c577daf..b7c15d6 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -54,6 +54,9 @@ struct MqTab {
MqTab *
mq_tab_new(MqApplication *application, gchar *uri);
+MqTab *
+mq_tab_new_relative(MqApplication *application, gchar *uri, MqTab *parent);
+
GtkWidget *
mq_tab_get_tab(MqTab *tab);