Jump to conversation
Unresolved conversations (1)
@ximion ximion Jan 25, 2023
this needs a GIR wrapper, like the one below too... But I could add that as a follow-up commit, if you don't want to dive into writing binding code.
src/as-pool.c
ximion aleixpol
Resolved conversations (10)
@ximion ximion Jan 25, 2023
```suggestion return cptArrayToQList(as_pool_get_components_by_bundle_id(d->pool, ```
Outdated
qt/pool.cpp
@ximion ximion Jan 25, 2023
```suggestion g_warning ("Unable find components by bundle ID in session cache: %s", tmp_error->message); ```
Outdated
src/as-pool.c
@ximion ximion Jan 25, 2023
```suggestion * Find components that are provided by a bundle with a specific ID. ```
Outdated
src/as-pool.c
@ximion ximion Jan 25, 2023
```suggestion * @bundle_id: The ID, as specified in #AsBundle ```
Outdated
src/as-pool.c
@ximion ximion Jan 25, 2023
typo, and probably accidental change
Outdated
src/as-cache.h
@ximion ximion Jan 25, 2023
```suggestion * Get components which are provided by a bundle with the given kind and ID. ```
Outdated
src/as-cache.c
@ximion ximion Jan 25, 2023
```suggestion * @id: ID of the bundle. ```
Outdated
src/as-cache.c
@ximion ximion Jan 25, 2023
```suggestion * @kind: Type of the bundle. ```
Outdated
src/as-cache.c
@ximion ximion Jan 25, 2023
```suggestion * as_cache_get_components_by_bundle_id: ```
Outdated
src/as-cache.c
@ximion ximion Jan 25, 2023
```suggestion return cptArrayToQList(as_cache_get_components_by_bundle_id(d->pool, ```
Outdated
qt/pool.cpp