VirtualBox

Changeset 13558

Show
Ignore:
Timestamp:
10/24/08 16:31:58 (3 months ago)
Author:
vboxsync
Message:

Guest Properties (Main and HostServices?): updated API documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/HostServices/GuestPropertySvc.h

    r13557 r13558  
    365365 
    366366    /** 
    367      * Null-separated array of patterns to match the properties against. 
     367     * Array of patterns to match the properties against, separated by '|' 
     368     * characters.  For backwards compatibility, '\0' is also accepted 
     369     * as a separater. 
    368370     * (IN pointer) 
    369      * If no patterns are given then return all.  The list is terminated by an 
    370      * empty string. 
     371     * If only a single, empty pattern is given then match all. 
    371372     */ 
    372373    HGCMFunctionParameter patterns; 
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r13436 r13558  
    37763776      <param name="patterns" type="wstring" dir="in"> 
    37773777        <desc> 
    3778           The patterns to match the properties against as a comma-separated 
    3779           string with no spaces.  If this is empty, all properties currently 
    3780           set will be returned. 
     3778          The patterns to match the properties against, separated by '|' 
     3779          characters.  If this is empty or NULL, all properties will match. 
    37813780        </desc> 
    37823781      </param> 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy