Function
Valentcertificate_get_common_name
unstable since: 1.0
Declaration [src]
const char*
valent_certificate_get_common_name (
GTlsCertificate* certificate
)
Description [src]
Get the common name from certificate
, which by convention in KDE Connect is
the single source of truth for a device’s ID.
Available since: 1.0
Parameters
certificate
-
Type:
GTlsCertificate
A
GTlsCertificate
.The data is owned by the caller of the function.