结构体

GioDBusErrorEntry

2.26以来的版本

描述 [源代码]

struct GDBusErrorEntry {
  gint error_code;
  const gchar* dbus_error_name;
}

在 g_dbus_error_register_error_domain() 中使用的结构体。

结构体成员
error_code

错误代码。

dbus_error_name

error_code 相关联的 D-Bus 错误名称。

2.26以来提供