[libadwaita/wip/exalm/fixes: 1/4] tab: Ensure AdwGizmo




commit 5777e45f74e41f84c420305a32acbce7ba10e8a9
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Apr 22 05:38:19 2022 +0400

    tab: Ensure AdwGizmo
    
    We use it in a ui file.

 src/adw-tab.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/adw-tab.c b/src/adw-tab.c
index bd5a7882..34a93067 100644
--- a/src/adw-tab.c
+++ b/src/adw-tab.c
@@ -11,6 +11,7 @@
 
 #include "adw-bidi-private.h"
 #include "adw-fading-label-private.h"
+#include "adw-gizmo-private.h"
 #include "adw-macros-private.h"
 #include "adw-timed-animation.h"
 
@@ -853,6 +854,7 @@ adw_tab_class_init (AdwTabClass *klass)
   gtk_widget_class_set_css_name (widget_class, "tab");
 
   g_type_ensure (ADW_TYPE_FADING_LABEL);
+  g_type_ensure (ADW_TYPE_GIZMO);
 }
 
 static void


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