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
9730b5b6e4
commit
d97630f9df
|
@ -57,7 +57,7 @@ struct _EpcAppFilter
|
||||||
gchar **app_list; /* (owned) (array zero-terminated=1) */
|
gchar **app_list; /* (owned) (array zero-terminated=1) */
|
||||||
EpcAppFilterListType app_list_type;
|
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,
|
G_DEFINE_BOXED_TYPE (EpcAppFilter, epc_app_filter,
|
||||||
|
|
Loading…
Reference in New Issue