Enumeration

AppStreamContentRatingValue

since: 1.0

Declaration

enum AppStream.ContentRatingValue

Description [src]

The specified level of an content_rating rating ID.

Available since: 1.0

Members

AS_CONTENT_RATING_VALUE_UNKNOWN

Unknown value.

  • Value: 0
  • Nickname: unknown
  • Available since: 1.0
AS_CONTENT_RATING_VALUE_NONE

None.

  • Value: 1
  • Nickname: none
  • Available since: 1.0
AS_CONTENT_RATING_VALUE_MILD

A small amount.

  • Value: 2
  • Nickname: mild
  • Available since: 1.0
AS_CONTENT_RATING_VALUE_MODERATE

A moderate amount.

  • Value: 3
  • Nickname: moderate
  • Available since: 1.0
AS_CONTENT_RATING_VALUE_INTENSE

An intense amount.

  • Value: 4
  • Nickname: intense
  • Available since: 1.0

Type functions

as_content_rating_value_from_string

Converts the text representation to an enumerated value.

since: 0.11.0

as_content_rating_value_to_string

Converts the enumerated value to an text representation.

since: 0.11.0