is_error_name


Description:


[ Version ( since = "2.70" ) ]
public bool is_error_name (string string)

Check whether string is a valid D-Bus error name.

This function returns the same result as is_interface_name, because D-Bus error names are defined to have exactly the same syntax as interface names.

Parameters:

string

The string to check.

Returns:

true if valid, false otherwise.


Namespace: GLib.DBus
Package: gio-2.0