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:
Philip Withnall 2020-03-20 14:54:42 +00:00
parent 5f170ab5fe
commit 9fbcef0fb8
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ struct _MctAppFilter
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;
GVariant *oars_ratings; /* (type a{ss}) (owned non-floating) */