With the introduction of bundles, it becomes possible to have several versions of the same software available in the system.
API such as:
AsComponent *as_data_pool_get_component_by_id (AsDataPool *dpool, const gchar *id);
Should be returning a list of components. AFAIU. If we want to have calls to a specific component, we'll have to add more arguments otherwise. If possible.
The text was updated successfully, but these errors were encountered:
With the introduction of bundles, it becomes possible to have several versions of the same software available in the system.
API such as:
Should be returning a list of components. AFAIU.
If we want to have calls to a specific component, we'll have to add more arguments otherwise. If possible.
The text was updated successfully, but these errors were encountered: