Function
Giodbus_is_error_name
since: 2.70
Declaration [src]
gboolean
g_dbus_is_error_name (
const gchar* string
)
Description [src]
Check whether string
is a valid D-Bus error name.
This function returns the same result as g_dbus_is_interface_name(), because D-Bus error names are defined to have exactly the same syntax as interface names.
Available since: 2.70