VirtualBox

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


Ignore:
Timestamp:
Jan 21, 2013 2:36:11 PM (12 years ago)
Author:
vboxsync
Message:

Fe/VBoxManage: Implemented "guestproperty delete", updated documentation.

File:
1 edited

Legend:

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

    r43908 r44322  
    33<!--
    44
    5     Copyright (C) 2006-2012 Oracle Corporation
     5    Copyright (C) 2006-2013 Oracle Corporation
    66
    77    This file is part of VirtualBox Open Source Edition (OSE), as
     
    62936293    <method name="setGuestPropertyValue">
    62946294      <desc>
    6295         Sets, changes or deletes a value in the machine's guest property
     6295        Sets or changes a value in the machine's guest property
    62966296        store.  The flags field will be left unchanged or created empty for a
    62976297        new property.
     
    63106310      <param name="property" type="wstring" dir="in">
    63116311        <desc>
    6312           The name of the property to set, change or delete.
     6312          The name of the property to set or change.
    63136313        </desc>
    63146314      </param>
    63156315      <param name="value" type="wstring" dir="in">
    63166316        <desc>
    6317           The new value of the property to set, change or delete. If the
     6317          The new value of the property to set or change. If the
    63186318          property does not yet exist and value is non-empty, it will be
    6319           created.  If the value is @c null or empty, the property will be
    6320           deleted if it exists.
     6319          created.
    63216320        </desc>
    63226321      </param>
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