VirtualBox

Changeset 58132 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Oct 9, 2015 12:09:37 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103230
Message:

*: Doxygen fixes.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vd-image-backend.h

    r57388 r58132  
    461461     * @returns VBox status code.
    462462     * @param   pBackendData    Opaque state data for this image.
    463      * @param   pTimeStamp      Where to store the time stamp.
    464      */
    465     DECLR3CALLBACKMEMBER(int, pfnGetTimeStamp, (void *pBackendData, PRTTIMESPEC pTimeStamp));
     463     * @param   pTimestamp      Where to store the time stamp.
     464     */
     465    DECLR3CALLBACKMEMBER(int, pfnGetTimestamp, (void *pBackendData, PRTTIMESPEC pTimestamp));
    466466
    467467    /**
     
    470470     * @returns VBox status code.
    471471     * @param   pBackendData    Opaque state data for this image.
    472      * @param   pTimeStamp      Where to store the time stamp.
    473      */
    474     DECLR3CALLBACKMEMBER(int, pfnGetParentTimeStamp, (void *pBackendData, PRTTIMESPEC pTimeStamp));
     472     * @param   pTimestamp      Where to store the time stamp.
     473     */
     474    DECLR3CALLBACKMEMBER(int, pfnGetParentTimestamp, (void *pBackendData, PRTTIMESPEC pTimestamp));
    475475
    476476    /**
     
    479479     * @returns VBox status code.
    480480     * @param   pBackendData    Opaque state data for this image.
    481      * @param   pTimeStamp      Where to get the time stamp from.
    482      */
    483     DECLR3CALLBACKMEMBER(int, pfnSetParentTimeStamp, (void *pBackendData, PCRTTIMESPEC pTimeStamp));
     481     * @param   pTimestamp      Where to get the time stamp from.
     482     */
     483    DECLR3CALLBACKMEMBER(int, pfnSetParentTimestamp, (void *pBackendData, PCRTTIMESPEC pTimestamp));
    484484
    485485    /**
  • trunk/include/VBox/vmm/pdmifs.h

    r57191 r58132  
    24142414     * @returns VBox status code
    24152415     * @param   pInterface      Pointer to the interface structure containing the called function pointer.
    2416      * @param   xabs            New absolute X position
     2416     * @param   xAbs            New absolute X position
    24172417     * @param   yAbs            New absolute Y position
    24182418     */
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