Method

FwupdClientget_host_security_events

Declaration [src]

GPtrArray*
fwupd_client_get_host_security_events (
  FwupdClient* self,
  guint limit,
  GCancellable* cancellable,
  GError** error
)

Description [src]

Gets all the host security events from the daemon.

Available since:1.7.1

Parameters

limit guint
 

Maximum number of events, or 0 for no limit.

cancellable GCancellable
 

Optional GCancellable.

 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.

Return value

Returns: An array of None
 

Attributes.

 The caller of the method takes ownership of the data container, but not the data inside it.