DBusUtilities.isAddress

Checks if @string is a D-Bus address.

This doesn't check if @string is actually supported by #GDBusServer or #GDBusConnection - use g_dbus_is_supported_address() to do more checks.

struct DBusUtilities
static
bool
isAddress
(
string str
)

Parameters

str string

A string.

Return: %TRUE if @string is a valid D-Bus address, %FALSE otherwise.

Meta

Since

2.26