Function

FwupdPluginContextLookupIter

Declaration

void
(* FuContextLookupIter) (
  FuContext* self,
  const gchar* key,
  const gchar* value,
  gpointer user_data
)

Description [src]

The context lookup iteration callback.

Parameters

self FuContext
 

A FuContext.

 The data is owned by the caller of the function.
key const gchar*
 

A key.

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

A value.

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

User data.