Function
IdeBuildLogObserver
Declaration
void
(* IdeBuildLogObserver) (
IdeBuildLogStream log_stream,
const gchar* message,
gssize message_len,
gpointer user_data
)
Parameters
log_stream
-
Type:
IdeBuildLogStream
No description available.
message
-
Type:
const gchar*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. message_len
-
Type:
gssize
No description available.
user_data
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the function.