Handbook
Glossary
gst_debug_log ( category level file function line object format varargs -- )
Vocabulary
gstreamer
.
ffi
Inputs
category
an
object
level
an
object
file
an
object
function
an
object
line
an
object
object
an
object
format
an
object
varargs
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
gobject.ffi
;
IN:
gstreamer.ffi
LIBRARY:
gstreamer
FUNCTION:
void
gst_debug_log
( GstDebugCategory* category,
GstDebugLevel
level, gchar*
file, gchar* function,
gint
line, GObject* object, gchar*
format,
void*
varargs )