summaryrefslogtreecommitdiffstats
path: root/src/tab-label.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-17 00:29:48 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-17 00:29:48 (EDT)
commit8c20979ef34de5b073dbcb61fc3581798d5e2b8a (patch)
tree39e26470d0dcc80d85afd7c6ae080cf80208523b /src/tab-label.h
parentcd57d4bf14847506ef28d7d4939a2fbc5f97c2d1 (diff)
downloadmarquee-8c20979ef34de5b073dbcb61fc3581798d5e2b8a.zip
marquee-8c20979ef34de5b073dbcb61fc3581798d5e2b8a.tar.gz
marquee-8c20979ef34de5b073dbcb61fc3581798d5e2b8a.tar.bz2
mq_tab_label_new(): Change return type to GtkWidget
Diffstat (limited to 'src/tab-label.h')
-rw-r--r--src/tab-label.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tab-label.h b/src/tab-label.h
index 13a7bcb..88392de 100644
--- a/src/tab-label.h
+++ b/src/tab-label.h
@@ -49,7 +49,7 @@ G_BEGIN_DECLS
GType
mq_tab_label_get_type(void);
-MqTabLabel *
+GtkWidget *
mq_tab_label_new(MqTab *tab, MqWebView *web_view);
void