Skip to content

Commit 4e7f006

Browse files
Commit documentation changes.
1 parent b4ac359 commit 4e7f006

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/virtualbox.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -639,17 +639,17 @@ class VboxGuestProperty {
639639
}
640640

641641
/**
642-
*
643-
* @param {String} vmname The name of the VM to enumerate guest properties on.
644-
* @param {Function} callback The callback to handle the output.
645-
* @returns {void} The output of stdout will be an array of properties objects.
642+
* Function to return an array of this object:
646643
* {
647644
* "key": "ResumeCounter",
648645
* "value": 0,
649646
* "namespace": "VMInfo",
650647
* "timestamp": 1596902741176896000,
651648
* "flags": ["TRANSIENT", "RDONLYGUEST"]
652649
* }
650+
* @param {String} vmname The name of the VM to enumerate guest properties on.
651+
* @param {Function} callback The callback to handle the output.
652+
* @returns {void} The output of stdout will be an array of properties objects.
653653
*/
654654
enumerate(vmname, callback) {
655655
this.vboxmanage(

0 commit comments

Comments
 (0)