VirtualBox

Changeset 94427 in vbox


Ignore:
Timestamp:
Mar 31, 2022 11:58:08 PM (3 years ago)
Author:
vboxsync
Message:

X11/VBoxClient: doxygen fixes (don't duplicate/confuse docs, newer doxygen version dislikes it (sometimes)).

Location:
trunk/src/VBox/Additions/x11/VBoxClient
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/display-helper-generic.cpp

    r94076 r94427  
    362362}
    363363
    364 /**
    365  * @interface_method_impl{VBCLDISPLAYHELPER,pfnInit}
    366  */
    367364RTDECL(int) vbcl_hlp_generic_init(void)
    368365{
     
    376373}
    377374
    378 /**
    379  * @interface_method_impl{VBCLDISPLAYHELPER,pfnTerm}
    380  */
    381375RTDECL(int) vbcl_hlp_generic_term(void)
    382376{
     
    395389}
    396390
    397 /**
    398  * @interface_method_impl{VBCLDISPLAYHELPER,pfnSubscribeDisplayOffsetChangeNotification}
    399  */
    400391RTDECL(void) vbcl_hlp_generic_subscribe_display_offset_changed(FNDISPLAYOFFSETCHANGE *pfnCb)
    401392{
     
    403394}
    404395
    405 /**
    406  * @interface_method_impl{VBCLDISPLAYHELPER,pfnUnsubscribeDisplayOffsetChangeNotification}
    407  */
    408396RTDECL(void) vbcl_hlp_generic_unsubscribe_display_offset_changed(void)
    409397{
  • trunk/src/VBox/Additions/x11/VBoxClient/display-ipc.cpp

    r94076 r94427  
    207207}
    208208
    209 /**
    210  * Verify if remote IPC peer process is running by user from allowed group.
    211  *
    212  * @return  IPRT status code.
    213  * @param   hClientSession    IPC session handle.
    214  */
    215209RTDECL(int) vbDrmIpcAuth(RTLOCALIPCSESSION hClientSession)
    216210{
     
    248242}
    249243
    250 /**
    251  * Request remote IPC peer to set primary display (called by IPC server).
    252  *
    253  * @return  IPRT status code.
    254  * @param   pClient     IPC session private data.
    255  * @param   idDisplay       ID of display to be set as primary.
    256  */
    257244RTDECL(int) vbDrmIpcSetPrimaryDisplay(PVBOX_DRMIPC_CLIENT pClient, uint32_t idDisplay)
    258245{
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