get_rating_ids
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "0.12.10" ) ]
public (unowned string)[] get_rating_ids ()
[ Version ( since = "0.12.10" ) ]
public (unowned string)[] get_rating_ids ()
Gets the set of ratings IDs which are present in this this.
An example of a ratings ID is `violence-bloodshed`.
The IDs are returned in lexicographical order.
Parameters:
this |
Returns:
null-terminated array of ratings IDs; each ratings ID is owned by the ContentRating and must not be freed, but the container must be freed with g_free |