libmalcontent: Add a clarifying comment about nullability
This introduces no functional changes. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
5f170ab5fe
commit
9fbcef0fb8
|
@ -52,7 +52,7 @@ struct _MctAppFilter
|
||||||
|
|
||||||
uid_t user_id;
|
uid_t user_id;
|
||||||
|
|
||||||
gchar **app_list; /* (owned) (array zero-terminated=1) */
|
gchar **app_list; /* (not nullable) (owned) (array zero-terminated=1) */
|
||||||
MctAppFilterListType app_list_type;
|
MctAppFilterListType app_list_type;
|
||||||
|
|
||||||
GVariant *oars_ratings; /* (type a{ss}) (owned non-floating) */
|
GVariant *oars_ratings; /* (type a{ss}) (owned non-floating) */
|
||||||
|
|
Loading…
Reference in New Issue