summaryrefslogtreecommitdiffstats
path: root/src/tab-page.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab-page.c')
-rw-r--r--src/tab-page.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tab-page.c b/src/tab-page.c
index f4c6610..1b197a0 100644
--- a/src/tab-page.c
+++ b/src/tab-page.c
@@ -238,6 +238,12 @@ mq_tab_page_get_window(MqTabPage *tab_page)
return tab_page->window;
}
+MqTabLabel *
+mq_tab_page_get_label(MqTabPage *tab_page)
+{
+ return tab_page->label;
+}
+
void
mq_tab_page_update_position(MqTabPage *tab_page, guint position)
{