is_member_name
Description:
[ Version ( since = "2.26" ) ]
public bool is_member_name (string string)
Checks 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.
|