libeos-parental-controls: Clarify ownership of a struct member
Signed-off-by: Philip Withnall <withnall@endlessm.com> https://phabricator.endlessm.com/T24025
This commit is contained in:
parent
1e3defccf2
commit
39627b777e
|
@ -57,7 +57,7 @@ struct _EpcAppFilter
|
|||
gchar **app_list; /* (owned) (array zero-terminated=1) */
|
||||
EpcAppFilterListType app_list_type;
|
||||
|
||||
GVariant *oars_ratings; /* (type a{ss}) (owned) */
|
||||
GVariant *oars_ratings; /* (type a{ss}) (owned non-floating) */
|
||||
};
|
||||
|
||||
G_DEFINE_BOXED_TYPE (EpcAppFilter, epc_app_filter,
|
||||
|
|
Loading…
Reference in New Issue