summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-07 18:55:59 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-07 18:55:59 (EDT)
commit34005ae3b5f08910fbfdf4a51b95f6381526cab1 (patch)
tree0ed5961b82b6c762bfd7c35b71b01ad3479292fd /src/tab.h
parent3577e6498a2cc85285ab8e2137270f61718030b7 (diff)
downloadmarquee-34005ae3b5f08910fbfdf4a51b95f6381526cab1.zip
marquee-34005ae3b5f08910fbfdf4a51b95f6381526cab1.tar.gz
marquee-34005ae3b5f08910fbfdf4a51b95f6381526cab1.tar.bz2
mq_tab_quit(): New function
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 e78eba1..ee0c0f3 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -64,6 +64,9 @@ mq_tab_new_relative(const gchar *uri, MqTab *source);
MqTab *
mq_tab_new_root(MqWindow *window);
+void
+mq_tab_quit(MqTab *tab);
+
MqApplication *
mq_tab_get_application(MqTab *tab);