summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/notebook.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notebook.h b/src/notebook.h
index 605b1ed..6538eb8 100644
--- a/src/notebook.h
+++ b/src/notebook.h
@@ -69,7 +69,7 @@ void
mq_notebook_remove_page(MqNotebook *notebook, MqTabPage *page);
gint
-mq_notebook_get_n_pages(MqNotebook *notebook);
+mq_notebook_get_n_pages(MqNotebook *notebook) G_GNUC_PURE;
void
mq_notebook_set_current_page(MqNotebook *notebook, gint page_num);