Method

FwupdReleaseget_source_url

Declaration [src]

const gchar*
fwupd_release_get_source_url (
  FwupdRelease* self
)

Description [src]

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

Available since:1.2.4

Return value

Returns: utf8
 

The update source_url, or NULL if unset.

 The data is owned by the instance.
 The string is a NUL terminated UTF-8 string.