Method
AppStreamContentRatingget_rating_ids
Declaration [src]
const gchar**
as_content_rating_get_rating_ids (
AsContentRating* content_rating
)
Description [src]
Gets the set of ratings IDs which are present in this content_rating
. An
example of a ratings ID is violence-bloodshed
.
The IDs are returned in lexicographical order.
Available since: | 0.12.10 |
Return value
Returns: | An array of utf8 |
|
|
The array is NULL -terminated. | |
The caller of the method takes ownership of the data container, but not the data inside it. | |
Each element is a NUL terminated UTF-8 string. |