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 6538eb8..746a67a 100644
--- a/src/notebook.h
+++ b/src/notebook.h
@@ -78,6 +78,11 @@ void
mq_notebook_update_tab_title(MqNotebook *notebook, MqTabPage *tab_page,
const gchar *title);
+void
+mq_notebook_foreach_page(MqNotebook *notebook,
+ gboolean (*cb)(MqTabPage *page, gpointer user_data),
+ gpointer user_data);
+
G_END_DECLS
#endif /* MQ_NOTEBOOK_H */