summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.h')
-rw-r--r--src/tab.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tab.h b/src/tab.h
index 83eed19..53ce9ce 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -24,6 +24,8 @@ typedef struct MqTab MqTab;
#ifndef MQ_TAB_H
#define MQ_TAB_H
+#include <stdarg.h>
+
#include <glib.h>
#include <gtk/gtk.h>
#include <webkit2/webkit2.h>
@@ -82,6 +84,9 @@ MqTab *
mq_tab_seek(MqTab *node, guint position);
void
+mq_tab_foreach(MqTab *node, void (*cb)(MqTab *node, va_list ap), ...);
+
+void
mq_tab_scroll_tab_labels(MqTab *node);
void