函数

GioDBusErroris_remote_error

自:2.26

声明 [源代码]

gboolean
g_dbus_error_is_remote_error (
  const GError* error
)

描述 [源代码]

检查是否 error 表示通过 D-Bus 从远程对等方接收到的错误。如果是,则使用 g_dbus_error_get_remote_error() 获取错误的名称。

自:2.26

参数

error

类型: GError

一个 GError

数据由函数的调用者拥有。

返回值

类型: gboolean

如果 error 表示来自远程对等方的错误,则为 TRUE,否则为 FALSE