VirtualBox

Changeset 13558 in vbox


Ignore:
Timestamp:
Oct 24, 2008 2:31:58 PM (16 years ago)
Author:
vboxsync
Message:

Guest Properties (Main and HostServices): updated API documentation

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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>
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