[ Version ( since = "1.10" ) ]
public void message_full_with_details (MessageType type, Quark domain, int code, owned string? text, owned string? debug, string file, string function, int line, owned Structure structure)
Post an error, warning or info message on the bus from inside an element.
type
must be of ERROR,
WARNING or INFO.
this |
a Element to send message from |
type |
the MessageType |
domain |
the GStreamer GError domain this message belongs to |
code |
the GError code belonging to the domain |
text |
an allocated text string to be used as a replacement for the default message connected to code, or |
debug |
an allocated debug message to be used as a replacement for the default debugging information, or |
file |
the source code file where the error was generated |
function |
the source code function where the error was generated |
line |
the source code line where the error was generated |
structure |
optional details structure |