dbusIsName

Checks if string is a valid D-Bus bus name (either unique or well-known).

bool
dbusIsName
(
string string_
)

Parameters

string_ string

The string to check.

Return Value

Type: bool

true if valid, false otherwise.