diff options
-rw-r--r-- | src/tab.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |