[ CCode ( has_construct_function = false ) ]
[ Version ( since = "1.10" ) ]
public Message.warning_with_details (Object? src, Error error, string debug, owned Structure? details)
Create a new warning message.
The message will make copies of error
and debug
.
src |
The object originating the message. |
error |
The GError for this message. |
debug |
A debugging string. |
details |
A GstStructure with details |
the new warning message. |