Skip to content

Commit

Permalink
Add \since 0.3.0 to fssync docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shermp committed Apr 20, 2024
1 parent 37934cb commit 1fcac1b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ndb/NDBDbus.cc
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,8 @@ void NDBDbus::pfmRescanBooksFull() {
* Emits \a fssGotNumFilesToProcess signal to specify the number of files
* to be added, \a fssParseProgress to specify the current progress, and the
* \a fssFinished signal is emitted when complete.
*
* \since 0.3.0
*/
void NDBDbus::n3fssSyncOnboard() {
QStringList path("/mnt/onboard");
Expand All @@ -742,6 +744,8 @@ void NDBDbus::n3fssSyncOnboard() {
* Emits \a fssGotNumFilesToProcess signal to specify the number of files
* to be added, \a fssParseProgress to specify the current progress, and the
* \a fssFinished signal is emitted when complete.
*
* \since 0.3.0
*/
void NDBDbus::n3fssSyncSD() {
QStringList path("/mnt/sd");
Expand All @@ -758,6 +762,8 @@ void NDBDbus::n3fssSyncSD() {
* Emits \a fssGotNumFilesToProcess signal to specify the number of files
* to be added, \a fssParseProgress to specify the current progress, and the
* \a fssFinished signal is emitted when complete.
*
* \since 0.3.0
*/
void NDBDbus::n3fssSyncBoth() {
QStringList paths = QStringList() << "/mnt/onboard" << "/mnt/sd";
Expand Down

0 comments on commit 1fcac1b

Please sign in to comment.