Handbook
Glossary
gst_bus_add_watch_full ( bus priority func user_data notify -- guint )
Vocabulary
gstreamer
.
ffi
Inputs
bus
an
object
priority
an
object
func
an
object
user_data
an
object
notify
an
object
Outputs
guint
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gstreamer.ffi
LIBRARY:
gstreamer
FUNCTION:
guint
gst_bus_add_watch_full
( GstBus* bus,
gint
priority,
GstBusFunc
func,
gpointer
user_data,
GDestroyNotify
notify )