summaryrefslogtreecommitdiffstats
path: root/src/notebook.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/notebook.h')
-rw-r--r--src/notebook.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/notebook.h b/src/notebook.h
index 746a67a..8fec0f6 100644
--- a/src/notebook.h
+++ b/src/notebook.h
@@ -79,6 +79,11 @@ mq_notebook_update_tab_title(MqNotebook *notebook, MqTabPage *tab_page,
const gchar *title);
void
+mq_notebook_foreach_label(MqNotebook *notebook,
+ gboolean (*cb)(MqTabLabel *label, gpointer user_data),
+ gpointer user_data);
+
+void
mq_notebook_foreach_page(MqNotebook *notebook,
gboolean (*cb)(MqTabPage *page, gpointer user_data),
gpointer user_data);