From 8726e5e4f0a06f475ade010efc3644ff4d419f07 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 24 Sep 2017 21:11:38 -0400 Subject: src/tab.h: Declare mq_tab_new_root() --- (limited to 'src') 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); -- cgit v0.9.1