dbusIsMemberName
fn
bool dbusIsMemberName(string string_) nothrowChecks if string is a valid D-Bus member (e.g. signal or method) name.
Parameters
string_ | The string to check. |
Returns
true if valid, false otherwise.