Handbook
Glossary
gst_message_new_progress ( src type code text -- GstMessage* )
Vocabulary
gstreamer
.
ffi
Inputs
src
an
object
type
an
object
code
an
object
text
an
object
Outputs
GstMessage*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gstreamer.ffi
LIBRARY:
gstreamer
FUNCTION:
GstMessage*
gst_message_new_progress
( GstObject* src,
GstProgressType
type, gchar* code, gchar*
text )