LogFunction


Description:

[ CCode ( instance_pos = 7.9 ) ]
public delegate void LogFunction (DebugCategory category, DebugLevel level, string file, string function, int line, Object object, DebugMessage message)

Function prototype for a logging function that can be registered with add_log_function.

Use G_GNUC_NO_INSTRUMENT on that function.

Parameters:

category

a DebugCategory

level

a DebugLevel

file

file name

function

function name

line

line number

object

a Object

message

the message

user_data

user data for the log function


Namespace: Gst
Package: gstreamer-1.0