Handbook
Glossary
g_dbus_method_invocation_return_dbus_error ( dbus_method_invocation error_name error_message -- )
Vocabulary
gio
.
ffi
Inputs
dbus_method_invocation
an
object
error_name
an
object
error_message
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
void
g_dbus_method_invocation_return_dbus_error
( GDBusMethodInvocation* dbus_method_invocation, gchar*
error_name, gchar* error_message )