Method

AppStreamComposeComposeset_cainfo

Declaration [src]

void
asc_compose_set_cainfo (
  AscCompose* compose,
  const gchar* cainfo
)

Description [src]

Set a CA file holding one or more certificates to verify peers with for download operations performed by this AscCompose.

Parameters

cainfo const gchar*
 

A valid file path.

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