Function

FwupdPluginOutputHandler

Declaration

void
(* FuOutputHandler) (
  const gchar* line,
  gpointer user_data
)

Description [src]

The process spawn iteration callback.

Parameters

line

Type: const gchar*

Text data.

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

Type: gpointer

User data.

The argument can be NULL.
The data is owned by the caller of the function.