Cleanup: Add comment for asset shelf function

This commit is contained in:
Julian Eisel
2025-01-16 20:19:33 +01:00
parent 71091e9615
commit da62529ca9

View File

@@ -105,6 +105,9 @@ int tile_height(const AssetShelfSettings &settings);
AssetShelf *active_shelf_from_area(const ScrArea *area);
/**
* Enable catalog path in all shelves visible in all windows.
*/
void show_catalog_in_visible_shelves(const bContext &C, const StringRefNull catalog_path);
int context(const bContext *C, const char *member, bContextDataResult *result);