Method
FwupdClientself_sign
Declaration [src]
gchar*
fwupd_client_self_sign (
FwupdClient* self,
const gchar* value,
FwupdSelfSignFlags flags,
GCancellable* cancellable,
GError** error
)
Parameters
value |
const gchar* |
A string to sign, typically a JSON blob. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
flags |
FwupdSelfSignFlags |
Signing flags, e.g. |
|
cancellable |
GCancellable |
Optional |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |