方法
GioDBusMethodInvocationreturn_error_literal
since: 2.26
声明 [src]
void
g_dbus_method_invocation_return_error_literal (
GDBusMethodInvocation* invocation,
GQuark domain,
gint code,
const gchar* message
)
描述 [src]
类似于 g_dbus_method_invocation_return_error(),但不使用 printf() 样式格式化。
此方法将拥有对 invocation 的所有权。有关 invocation 所有权的信息,请参阅 GDBusInterfaceVTable。
自 2.26 以来可用
参数
domain
-
类型:
GQuark
一个用于 GError 错误域的 GQuark。
code
-
类型:
gint
错误码。
message
-
类型:
const gchar*
错误信息。
数据由方法的调用者拥有。 值是一个以 NUL 结尾的 UTF-8 字符串。