summaryrefslogtreecommitdiffstats
path: root/src/notebook.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-23 06:08:16 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-23 06:08:16 (EDT)
commit8a3bccf0dc619caaa0d912409cd24eddff7cb3b5 (patch)
tree6825988725bebd04f7db3b6249849668670babd4 /src/notebook.h
parent415c025725557acd75d86ec87b8bcc09ed66986d (diff)
downloadmarquee-8a3bccf0dc619caaa0d912409cd24eddff7cb3b5.zip
marquee-8a3bccf0dc619caaa0d912409cd24eddff7cb3b5.tar.gz
marquee-8a3bccf0dc619caaa0d912409cd24eddff7cb3b5.tar.bz2
mq_notebook_update_tab_title(): New function
Diffstat (limited to 'src/notebook.h')
-rw-r--r--src/notebook.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/notebook.h b/src/notebook.h
index 47c1e5d..4cb696e 100644
--- a/src/notebook.h
+++ b/src/notebook.h
@@ -64,6 +64,10 @@ MqTabPage *
mq_notebook_insert_child(MqNotebook *notebook, const gchar *uri,
MqTabPage *child);
+void
+mq_notebook_update_tab_title(MqNotebook *notebook, MqTabPage *tab_page,
+ const gchar *title);
+
G_END_DECLS
#endif /* MQ_NOTEBOOK_H */