Skip to content

Commit

Permalink
- fixed arguments for CreatePreSnapshot and CreatePostSnapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
aschnell committed Jan 24, 2013
1 parent 95a8a6e commit 7fc18fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/dbus-protocol.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ method GetSnapshot config-name number
method SetSnapshot config-name number description cleanup userdata

method CreateSingleSnapshot config-name description cleanup userdata -> number
method CreatePreSnapshot config-name pre-number description cleanup userdata -> number
method CreatePostSnapshot config-name description cleanup userdata -> number
method CreatePreSnapshot config-name description cleanup userdata -> number
method CreatePostSnapshot config-name pre-number description cleanup userdata -> number
method ModifySnapshot config-name number description cleanup userdata
method DeleteSnapshots config-name list(numbers)

Expand Down

0 comments on commit 7fc18fa

Please sign in to comment.