GUI plugins #9
1 changed files with 1 additions and 1 deletions
pinakes-core: fix `list_ui_pages\' doc comment
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I5f82a35656aa536effe6a159b0cdd2066a6a6964
commit
ed8ad73497
|
|
@ -602,7 +602,7 @@ impl PluginManager {
|
|||
/// List all UI pages provided by loaded plugins.
|
||||
///
|
||||
/// Returns a vector of `(plugin_id, page)` tuples for all enabled plugins
|
||||
/// that have the `ui_page` kind and provide pages in their manifests.
|
||||
/// that provide pages in their manifests.
|
||||
pub async fn list_ui_pages(
|
||||
&self,
|
||||
) -> Vec<(String, pinakes_plugin_api::UiPage)> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue