Method

AppStreamReviewset_version

Declaration [src]

void
as_review_set_version (
  AsReview* review,
  const gchar* version
)

Description [src]

Sets the version string for the application being reviewed.

Available since:0.14.0

Parameters

version const gchar*
 

A version string, e.g. “0.1.2”

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