VirtualBox

Ignore:
Timestamp:
Jun 27, 2008 2:56:59 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
32453
Message:

Pure naming change for the guest property store stuff. Functionality is unchanged.

File:
1 edited

Legend:

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

    r9937 r10000  
    17841784        Returns associated global extra data.
    17851785
    1786         If the reuqested data @a key does not exist, this function will
     1786        If the requested data @a key does not exist, this function will
    17871787        succeed and return @c NULL in the @a value argument.
    17881788      </desc>
     
    17991799        Sets associated global extra data.
    18001800
    1801         If you pass @c NULL as a key @a vaule, the given @a key will be
     1801        If you pass @c NULL as a key @a value, the given @a key will be
    18021802        deleted.
    18031803
     
    34683468    </method>
    34693469
    3470     <method name="getConfigRegistryValue">
    3471       <desc>
    3472         Reads a value from the machine's host/guest configuration registry.
     3470    <method name="getGuestProperty">
     3471      <desc>
     3472        Reads a value from the machine's host/guest property store.
    34733473      </desc>
    34743474      <param name="key" type="wstring" dir="in">
     
    34853485    </method>
    34863486
    3487     <method name="setConfigRegistryValue">
     3487    <method name="setGuestProperty">
    34883488      <desc>
    34893489        Sets, changes or deletes a value in the machine's host/guest
    3490         configuration registry.
     3490        property store.
    34913491      </desc>
    34923492      <param name="key" type="wstring" dir="in">
     
    45884588    </method>
    45894589
    4590     <method name="getConfigRegistryValue">
    4591       <desc>
    4592         Reads a value from the host/guest configuration registry.
     4590    <method name="getGuestProperty">
     4591      <desc>
     4592        Reads a value from the host/guest property store.
    45934593      </desc>
    45944594      <param name="key" type="wstring" dir="in">
     
    46054605    </method>
    46064606
    4607     <method name="setConfigRegistryValue">
    4608       <desc>
    4609         Sets, changes or deletes a value in the host/guest configuration
    4610         registry.
     4607    <method name="setGuestProperty">
     4608      <desc>
     4609        Sets, changes or deletes a value in the host/guest property store.
    46114610      </desc>
    46124611      <param name="key" type="wstring" dir="in">
Note: See TracChangeset for help on using the changeset viewer.

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