VirtualBox

Changeset 101293 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Sep 27, 2023 2:20:49 PM (16 months ago)
Author:
vboxsync
Message:

Main/ExtPack*: tidying up. (Please, do NOT use 'm' as a local variable, that's just so confusing.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/ExtPack/ExtPack.h

    r98103 r101293  
    346346     *
    347347     * @returns Translated string on success the pszSourceText otherwise.
    348      * @param   pHlp                      Pointer to this helper structure.
    349      * @param   aComponent                Translation context e.g. class name
    350      * @param   pszSourceText             String to translate
    351      * @param   pszComment                Comment to the string to resolve possible ambiguities
    352      *                                    (NULL means no comment).
    353      * @param   aNum                      Number used to define plural form of the translation
    354      */
     348     * @param   pHlp            Pointer to this helper structure.
     349     * @param   pszComponent    Translation context e.g. class name
     350     * @param   pszSourceText   String to translate
     351     * @param   pszComment      Comment to the string to resolve possible
     352     *                          ambiguities (NULL means no comment).
     353     * @param   uNum            Number used to define plural form of the
     354     *                          translation.
     355                                                                          */
    355356    DECLR3CALLBACKMEMBER(const char *, pfnTranslate,(PCVBOXEXTPACKHLP pHlp,
    356                                                      const char  *pszComponent,
    357                                                      const char  *pszSourceText,
    358                                                      const char  *pszComment,
    359                                                      const size_t aNum));
     357                                                     const char      *pszComponent,
     358                                                     const char      *pszSourceText,
     359                                                     const char      *pszComment,
     360                                                     const size_t     uNum));
    360361
    361362    DECLR3CALLBACKMEMBER(int, pfnReserved1,(PCVBOXEXTPACKHLP pHlp)); /**< Reserved for minor structure revisions. */
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