Enumeration

AppStreamContentRatingValue

Declaration

enum AppStream.ContentRatingValue

Description [src]

The specified level of an content_rating rating ID.

Members

Name Description
AS_CONTENT_RATING_VALUE_UNKNOWN

Unknown value.

AS_CONTENT_RATING_VALUE_NONE

None.

AS_CONTENT_RATING_VALUE_MILD

A small amount.

AS_CONTENT_RATING_VALUE_MODERATE

A moderate amount.

AS_CONTENT_RATING_VALUE_INTENSE

An intense amount.

Type functions

as_content_rating_value_from_string

Converts the text representation to an enumerated value.

Available since: 0.11.0

as_content_rating_value_to_string

Converts the enumerated value to an text representation.

Available since: 0.11.0