Method

AppStreamReviewset_id

Declaration [src]

void
as_review_set_id (
  AsReview* review,
  const gchar* id
)

Description [src]

Sets the review identifier that is unique to each review.

Available since:0.14.0
Sets propertyAppStream.Review:id

Parameters

id const gchar*
 

Review identifier, e.g. “deadbeef”

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