Function

Gio-2.0Giodbus_is_addressSince 2.26

  • Checks if string is a D-Bus address.

    This doesn't check if string is actually supported by Gio.DBusServer or Gio.DBusConnection - use g_dbus_is_supported_address() to do more checks.

    Parameters

    • string: string

      A string.

    Returns boolean

    true if string is a valid D-Bus address, false otherwise.

    2.26