VirtualBox

Changeset 20896 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jun 24, 2009 3:38:35 PM (15 years ago)
Author:
vboxsync
Message:

SDK: API doc fixes.

File:
1 edited

Legend:

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

    r20890 r20896  
    29282928  >
    29292929    <desc>
    2930       Supported virtual file systems of VFSExplorer.
     2930      Virtual file systems supported by VFSExplorer.
    29312931    </desc>
    29322932
     
    29622962     >
    29632963    <desc>
    2964       The VFSExplorer interface unify the access to different file system
     2964      The VFSExplorer interface unifies access to different file system
    29652965      types. This includes local file systems as well remote file systems like
    2966       the S3 one. For a list of supported types see <link to="VFSType" />.
     2966      S3. For a list of supported types see <link to="VFSType" />.
     2967      An instance of this is returned by <link to="IAppliance::createVFSExplorer" />.
    29672968    </desc>
    29682969
    29692970    <attribute name="path" type="wstring" readonly="yes">
    2970       <desc>Return the current path in the virtual file system.</desc>
     2971      <desc>Returns the current path in the virtual file system.</desc>
    29712972    </attribute>
    29722973
    29732974    <attribute name="type" type="VFSType" readonly="yes">
    2974       <desc>Return the file system type which is currently in use.</desc>
     2975      <desc>Returns the file system type which is currently in use.</desc>
    29752976    </attribute>
    29762977
    29772978    <method name="update">
    2978       <desc>This method updates the internal list of files/directories from the
    2979       current directory level. Use <link to="entryList" /> to get the full list
     2979      <desc>Updates the internal list of files/directories from the
     2980      current directory level. Use <link to="#entryList" /> to get the full list
    29802981      after a call to this method.</desc>
    29812982
     
    29862987
    29872988    <method name="entryList">
    2988       <desc>Fetch the list of files/directories after a call to <link
    2989       to="update" />. The user is responcible for keeping this internal list up
    2990       do date.</desc>
     2989      <desc>Returns a list of files/directories after a call to <link
     2990      to="#update" />. The user is responsible for keeping this internal
     2991      list up do date.</desc>
    29912992
    29922993      <param name="aNames" type="wstring" safearray="yes" dir="out">
     
    30003001
    30013002    <method name="exists">
    3002         <desc>Check if the given file list exists in the current directory
     3003        <desc>Checks if the given file list exists in the current directory
    30033004        level.</desc>
    30043005
     
    30083009
    30093010      <param name="aExists" type="wstring" safearray="yes" dir="return">
    3010         <desc>The names which exists.</desc>
     3011        <desc>The names which exist.</desc>
    30113012      </param>
    30123013    </method>
    30133014
    30143015    <method name="remove">
    3015         <desc>Remove the given file names from the current directory
    3016         level.</desc>
     3016        <desc>Deletes the given files in the current directory level.</desc>
    30173017
    30183018      <param name="aNames" type="wstring" safearray="yes" dir="in">
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