dbusIsSupportedAddress

fnbool dbusIsSupportedAddress(string string_)

Like gio.global.dbusIsAddress but also checks if the library supports the transports in string and that key/value pairs for each transport are valid. See the specification of the D-Bus address format.

Parameters

string_A string.

Returns

true if string is a valid D-Bus address that is

supported by this library, false if error is set.

Throws