summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-24 21:11:38 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-24 21:11:38 (EDT)
commit8726e5e4f0a06f475ade010efc3644ff4d419f07 (patch)
treeff87a69255b7df00bd01226d859af8887d97b0ad /src
parent276079b32eeeaacc154f22c545da8386cd3dbc52 (diff)
downloadmarquee-8726e5e4f0a06f475ade010efc3644ff4d419f07.zip
marquee-8726e5e4f0a06f475ade010efc3644ff4d419f07.tar.gz
marquee-8726e5e4f0a06f475ade010efc3644ff4d419f07.tar.bz2
src/tab.h: Declare mq_tab_new_root()
Diffstat (limited to 'src')
-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);