[libdazzle: 4/7] dzl_tab_strip_get_style: fix implementation return argument type




commit 9758e49a14f481f486048a0461de02535f0609ac
Author: Tom Schoonjans <Tom Schoonjans rfi ac uk>
Date:   Sun Jun 27 06:50:44 2021 +0100

    dzl_tab_strip_get_style: fix implementation return argument type

 src/panel/dzl-tab-strip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/panel/dzl-tab-strip.c b/src/panel/dzl-tab-strip.c
index 5f892a3..50cfe49 100644
--- a/src/panel/dzl-tab-strip.c
+++ b/src/panel/dzl-tab-strip.c
@@ -771,7 +771,7 @@ apply_style (GtkWidget *widget,
     dzl_tab_set_style (DZL_TAB (widget), style);
 }
 
-guint
+DzlTabStyle
 dzl_tab_strip_get_style (DzlTabStrip *self)
 {
   DzlTabStripPrivate *priv = dzl_tab_strip_get_instance_private (self);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]