Struct
GioDBusErrorEntry
since: 2.26
Description [src]
struct GDBusErrorEntry {
  gint error_code;
  const gchar* dbus_error_name;
}
Struct used in g_dbus_error_register_error_domain().
Structure members
- error_code:- gint
- An error code. 
- dbus_error_name:- const gchar*
- The D-Bus error name to associate with - error_code.
Available since: 2.26