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 8fec0f6..3bc6961 100644
--- a/src/notebook.h
+++ b/src/notebook.h
@@ -68,6 +68,9 @@ mq_notebook_insert_child(MqNotebook *notebook, const gchar *uri,
void
mq_notebook_remove_page(MqNotebook *notebook, MqTabPage *page);
+void
+mq_notebook_remove_current_page(MqNotebook *notebook);
+
gint
mq_notebook_get_n_pages(MqNotebook *notebook) G_GNUC_PURE;