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