方法
归档DBusMethodInvocationreturn_dbus_error
自:2.26
声明 [源]
void
g_dbus_method_invocation_return_dbus_error (
GDBusMethodInvocation* invocation,
const gchar* error_name,
const gchar* error_message
)
描述 [源]
通过返回错误完成对D-Bus方法调用的处理。
此方法将拥有 invocation
的所有权。有关 invocation
所有权的信息,请参阅 GDBusInterfaceVTable
。
自:2.26