summaryrefslogtreecommitdiffstats
path: root/src/notebook.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/notebook.h')
-rw-r--r--src/notebook.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/notebook.h b/src/notebook.h
index 4cb696e..5d00074 100644
--- a/src/notebook.h
+++ b/src/notebook.h
@@ -64,6 +64,9 @@ MqTabPage *
mq_notebook_insert_child(MqNotebook *notebook, const gchar *uri,
MqTabPage *child);
+gint
+mq_notebook_get_n_pages(MqNotebook *notebook);
+
void
mq_notebook_update_tab_title(MqNotebook *notebook, MqTabPage *tab_page,
const gchar *title);