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 f083a88..47c1e5d 100644
--- a/src/notebook.h
+++ b/src/notebook.h
@@ -54,6 +54,9 @@ GtkWidget *
mq_notebook_new(MqWindow *window);
MqTabPage *
+mq_notebook_insert_top(MqNotebook *notebook, const gchar *uri);
+
+MqTabPage *
mq_notebook_insert_sibling(MqNotebook *notebook, const gchar *uri,
MqTabPage *sibling);