Top | ![]() |
![]() |
![]() |
![]() |
#define | AS_TYPE_CONTENT |
AsContentRating * | as_content_rating_new () |
const gchar * | as_content_rating_value_to_string () |
AsContentRatingValue | as_content_rating_value_from_string () |
const gchar * | as_content_rating_get_kind () |
void | as_content_rating_set_kind () |
AsContentRating *
as_content_rating_new (void
);
Creates a new AsContentRating.
Since: 0.5.12
const gchar *
as_content_rating_value_to_string (AsContentRatingValue value
);
Converts the enumerated value to an text representation.
Since: 0.5.12
AsContentRatingValue
as_content_rating_value_from_string (const gchar *value
);
Converts the text representation to an enumerated value.
Since: 0.5.12
const gchar *
as_content_rating_get_kind (AsContentRating *content_rating
);
Gets the content_rating kind.
Since: 0.5.12
void as_content_rating_set_kind (AsContentRating *content_rating
,const gchar *kind
);
Sets the content rating kind.
Since: 0.5.12