Method

AppStreamReleaseset_description

Declaration [src]

void
as_release_set_description (
  AsRelease* release,
  const gchar* description,
  const gchar* locale
)

Description [src]

Sets the description release markup.

Parameters

description const gchar*
 

The description markup.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
locale const gchar*
 

The BCP47 locale, or NULL. e.g. “en-GB”.

 The argument can be NULL.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.