[ 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.
| category | |
| level | |
| file |
file name |
| function |
function name |
| line |
line number |
| object |
a Object |
| message |
the message |
| user_data |
user data for the log function |