TypeScript API Documentation for GIO
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 2.70
Check whether string is a valid D-Bus error name.
string
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.
g_dbus_is_interface_name()
The string to check.
true if valid, false otherwise.
true
false
2.70
Check whether
stringis 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.