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 c6e5edd..e6bb021 100644
--- a/src/tab-page.c
+++ b/src/tab-page.c
@@ -259,6 +259,12 @@ mq_tab_page_get_label(MqTabPage *tab_page)
return MQ_TAB_LABEL(tab_page->label);
}
+guint64
+mq_tab_page_get_id(MqTabPage *tab_page)
+{
+ return tab_page->id;
+}
+
guint
mq_tab_page_get_position(MqTabPage *tab_page)
{