Handbook
Glossary
g_dbus_method_invocation_return_error ( dbus_method_invocation domain code format varargs -- )
Vocabulary
gio
.
ffi
Inputs
dbus_method_invocation
an
object
domain
an
object
code
an
object
format
an
object
varargs
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
void
g_dbus_method_invocation_return_error
( GDBusMethodInvocation* dbus_method_invocation,
GQuark
domain,
gint
code, gchar* format,
void*
varargs )