Method

FwupdReleaseset_branch

since: 1.5.0

Declaration [src]

void
fwupd_release_set_branch (
  FwupdRelease* self,
  const gchar* branch
)

Description [src]

Sets the alternate branch.

Available since: 1.5.0

Parameters

branch

Type: const gchar*

The update one line branch.

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