DBusUtilities.isName

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

class DBusUtilities
static
int
isName
(
string string
)

Parameters

string string

The string to check.

Return Value

Type: int

TRUE if valid, FALSE otherwise.

Meta