Gst.Message.new_info
function new_info(src:Gst.Object, error:GLib.Error, debug:String):Gst.Message {
// Gjs wrapper for gst_message_new_info()
}Create a new info message. The message will make copies of error and debug.
MT safe.
- src
The object originating the message.
- error
The GError for this message.
- debug
A debugging string.
- Returns
the new info message.