Method

AppStreamReviewset_reviewer_id

Declaration [src]

void
as_review_set_reviewer_id (
  AsReview* review,
  const gchar* reviewer_id
)

Description [src]

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

Available since:0.14.0

Parameters

reviewer_id const gchar*
 

The reviewer ID, e.g. “deadbeef”

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