VirtualBox

Changeset 39821 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Jan 20, 2012 2:01:49 PM (13 years ago)
Author:
vboxsync
Message:

API/GuestProperties: add DeleteGuestProperty.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r39712 r39821  
    58865886    </method>
    58875887
     5888    <method name="deleteGuestProperty" const="yes">
     5889      <desc>
     5890        Deletes an entry from the machine's guest property store.
     5891
     5892        <result name="VBOX_E_INVALID_VM_STATE">
     5893          Machine session is not open.
     5894        </result>
     5895
     5896      </desc>
     5897      <param name="name" type="wstring" dir="in">
     5898        <desc>
     5899          The name of the property to delete.
     5900        </desc>
     5901      </param>
     5902    </method>
     5903
    58885904    <method name="enumerateGuestProperties" const="yes">
    58895905      <desc>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette