Function

Gio-2.0Giodbus_is_guidSince 2.26

  • Checks if string is a D-Bus GUID.

    See the documentation for g_dbus_generate_guid() for more information about the format of a GUID.

    Parameters

    • string: string

      The string to check.

    Returns boolean

    true if string is a GUID, false otherwise.

    2.26