dbus_check_valid_interface_name


Description:


[ Version ( since = "0.7.1" ) ]
public bool dbus_check_valid_interface_name (string name) throws Error

Check that the given string is a valid D-Bus interface name.

This is also appropriate to use to check for valid error names.

Since GIO 2.26, is_interface_name should always return the same thing, although the GLib function does not raise an error explaining why the interface name is incorrect.

Parameters:

name

a possible interface name

Returns:

true if name is valid


Namespace: TelepathyGLib
Package: telepathy-glib