Method

FwupdReleaseset_source_url

Declaration [src]

void
fwupd_release_set_source_url (
  FwupdRelease* self,
  const gchar* source_url
)

Description [src]

Sets the URL of the source code used to build this release.

Available since:1.2.4

Parameters

source_url const gchar*
 

The URL.

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