get_data_id


Description:

public unowned string get_data_id ()

Get a unique identifier for this metadata set.

This unique ID is only valid for the current session, as opposed to the AppStream ID which uniquely identifies a software component.

The format of the unique id usually is: %{scope}/%{origin}/%{distribution_system}/%{appstream_id}

For example: system/os/package/org.example.FooBar

Parameters:

this

a Component instance.

Returns:

the unique session-specific identifier.