Function
FwupdPluginContextLookupIter
Declaration
void
(* FuContextLookupIter) (
  FuContext* self,
  const gchar* key,
  const gchar* value,
  FuContextQuirkSource source,
  gpointer user_data
)
Parameters
- self
- 
            Type: FuContextA FuContext.The data is owned by the caller of the function. 
- key
- 
            Type: const gchar*A key. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- value
- 
            Type: const gchar*A value. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- source
- 
            Type: FuContextQuirkSourceA FuContextQuirkSource, e.g.FU_CONTEXT_QUIRK_SOURCE_DB.
- user_data
- 
            Type: gpointerUser data. The argument can be NULL.The data is owned by the caller of the function.