Function

Gio-2.0Giodbus_is_error_nameSince 2.70

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

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

    Parameters

    • string: string

      The string to check.

    Returns boolean

    true if valid, false otherwise.

    2.70