[gnome-software: 4/13] gs-category-tile: Add internal ownership comments




commit e7f42b4b6ee03ed8d438c1c814f368f1087a1612
Author: Philip Withnall <pwithnall endlessos org>
Date:   Thu Jul 29 14:54:47 2021 +0100

    gs-category-tile: Add internal ownership comments
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 src/gs-category-tile.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gs-category-tile.c b/src/gs-category-tile.c
index b9695e924..73fc1857d 100644
--- a/src/gs-category-tile.c
+++ b/src/gs-category-tile.c
@@ -29,7 +29,7 @@ struct _GsCategoryTile
 {
        GtkButton        parent_instance;
 
-       GsCategory      *cat;
+       GsCategory      *cat;  /* (owned) (not nullable) */
        GtkWidget       *label;
        GtkWidget       *image;
 };


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