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.26
Checks if string is a D-Bus address.
string
This doesn't check if string is actually supported by Gio.DBusServer or Gio.DBusConnection - use g_dbus_is_supported_address() to do more checks.
g_dbus_is_supported_address()
A string.
true if string is a valid D-Bus address, false otherwise.
true
false
2.26
Checks if
stringis a D-Bus address.This doesn't check if
stringis actually supported by Gio.DBusServer or Gio.DBusConnection - useg_dbus_is_supported_address()to do more checks.