dbusIsAddress

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.

bool
dbusIsAddress
(
string string_
)

Parameters

string_ string

A string.

Return Value

Type: bool

true if string is a valid D-Bus address, false otherwise.