Navigation Menu

Skip to content

Commit

Permalink
[nemo-filemanager] Update plugins.qmltypes. Contributes to JB#48047
Browse files Browse the repository at this point in the history
  • Loading branch information
martyone committed Nov 15, 2019
1 parent 854bc09 commit 39c52b3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/plugin/plugins.qmltypes
Expand Up @@ -41,6 +41,13 @@ Module {
Parameter { name: "paths"; type: "QStringList" }
Parameter { name: "callback"; type: "QJSValue"; isPointer: true }
}
Signal {
name: "startCounting"
Parameter { name: "path"; type: "string" }
Parameter { name: "callback"; type: "QJSValue"; isPointer: true }
Parameter { name: "filter"; type: "DiskUsage::Filter" }
Parameter { name: "recursive"; type: "bool" }
}
Method {
name: "calculate"
Parameter { name: "paths"; type: "QStringList" }
Expand All @@ -50,14 +57,14 @@ Module {
name: "fileCount"
Parameter { name: "path"; type: "string" }
Parameter { name: "callback"; type: "QJSValue" }
Parameter { name: "filter"; type: "Filter" }
Parameter { name: "filter"; type: "DiskUsage::Filter" }
Parameter { name: "recursive"; type: "bool" }
}
Method {
name: "fileCount"
Parameter { name: "path"; type: "string" }
Parameter { name: "callback"; type: "QJSValue" }
Parameter { name: "filter"; type: "Filter" }
Parameter { name: "filter"; type: "DiskUsage::Filter" }
}
}
Component {
Expand Down

0 comments on commit 39c52b3

Please sign in to comment.