Handbook
Glossary
g_error_new_valist ( domain code format args -- GError* )
Vocabulary
glib
.
ffi
Inputs
domain
an
object
code
an
object
format
an
object
args
an
object
Outputs
GError*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
GError*
g_error_new_valist
(
GQuark
domain,
gint
code, gchar* format,
va_list
args )