[gtranslator: 2/10] search-bar: Define as final type




commit 8bdec7d4be80e218b891147d5f5ce874940381ec
Author: Maximiliano Sandoval R <msandova gnome org>
Date:   Tue Mar 15 21:00:09 2022 +0100

    search-bar: Define as final type
    
    It was already declared as final in the header file.

 src/gtr-search-bar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gtr-search-bar.c b/src/gtr-search-bar.c
index 2721c450..42494b81 100644
--- a/src/gtr-search-bar.c
+++ b/src/gtr-search-bar.c
@@ -73,7 +73,7 @@ enum {
   N_SIGNALS
 };
 
-G_DEFINE_TYPE (GtrSearchBar, gtr_search_bar, DZL_TYPE_BIN)
+G_DEFINE_FINAL_TYPE (GtrSearchBar, gtr_search_bar, DZL_TYPE_BIN)
 
 static GParamSpec *properties [N_PROPS];
 static guint signals [N_SIGNALS];


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