dbusIsAddress
fn
bool dbusIsAddress(string string_)Checks if string is a
D-Bus address.This doesn't check if string is actually supported by #GDBusServer or #GDBusConnection - use [gio.global.dbusIsSupportedAddress] to do more checks.
Parameters
string_ | A string. |
Returns
true if string is a valid D-Bus address, false otherwise.