Method

AppStreamReviewset_reviewer_name

Declaration [src]

void
as_review_set_reviewer_name (
  AsReview* review,
  const gchar* reviewer_name
)

Description [src]

Sets the name of the reviewer, which can be left unset.

Available since:0.14.0

Parameters

reviewer_name const gchar*
 

The reviewer name, e.g. “David Smith”

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