方法
GioDBusMethodInvocationreturn_error_valist
自:2.26
声明 [源代码]
void
g_dbus_method_invocation_return_error_valist (
GDBusMethodInvocation* invocation,
GQuark domain,
gint code,
const gchar* format,
va_list var_args
)
描述 [源代码]
类似于 g_dbus_method_invocation_return_error()
,但专为语言绑定设计。
此方法将接管 invocation
的所有权。有关 invocation
所有权的信息,请参阅 GDBusInterfaceVTable
。
自:2.26
此方法不直接对语言绑定可用。
参数
domain
-
类型:
GQuark
表示
GError
错误域的GQuark
。 code
-
类型:
gint
错误代码。
format
-
类型:
const gchar*
Printf() 样式的格式。
数据由方法调用者所有。 值是一个以 NUL 结尾的 UTF-8 字符串。 var_args
-
类型:
va_list
为
format
传递的参数的 va_list。