VirtualBox

Changeset 101235 in vbox for trunk/src


Ignore:
Timestamp:
Sep 22, 2023 9:12:48 AM (15 months ago)
Author:
vboxsync
Message:

scm fixes. bugref:6492

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp

    r101233 r101235  
    743743        && !dbus_error_is_set(&dbErr))
    744744    {
    745 // TODO: is there some Less Horrible Way(tm) to access dbus?
     745/// @todo is there some Less Horrible Way(tm) to access dbus?
    746746        /* Get all available sessions. */
    747747        /* like `busctl call org.freedesktop.login1 /org/freedesktop/login1 org.freedesktop.login1.Manager ListSessions` */
     
    801801                                            int sessionPropertyActiveValue;
    802802                                            if (   vboxService_dbus_unpack_variant_reply(
    803                                                        &dbErr, 
    804                                                        pReplySession, 
    805                                                        DBUS_TYPE_BOOLEAN, 
     803                                                       &dbErr,
     804                                                       pReplySession,
     805                                                       DBUS_TYPE_BOOLEAN,
    806806                                                       &sessionPropertyActiveValue)
    807807                                                && sessionPropertyActiveValue) {
     
    825825                                                    const char *sessionPropertyNameValue;
    826826                                                    if (   vboxService_dbus_unpack_variant_reply(
    827                                                                &dbErr, 
    828                                                                pReplyName, 
    829                                                                DBUS_TYPE_STRING, 
     827                                                               &dbErr,
     828                                                               pReplyName,
     829                                                               DBUS_TYPE_STRING,
    830830                                                               &sessionPropertyNameValue)
    831831                                                        && sessionPropertyNameValue)
     
    874874        fHaveLibDbus = true;
    875875        dbus_error_init(&dbErr);
    876         /* TODO: should this be dbus_connection_open() (and below, dbus_connection_unref())? */
     876        /** @todo should this be dbus_connection_open() (and below, dbus_connection_unref())? */
    877877        pConnection = dbus_bus_get(DBUS_BUS_SYSTEM, &dbErr);
    878878    }
     
    936936
    937937                            }
    938                             /* TODO: clean up if &dbErr */
     938                            /** @todo clean up if &dbErr */
    939939                            vboxService_dbus_message_discard(&pReplySessionActive);
    940940
     
    986986                                    AssertMsgFailed(("ConsoleKit: GetUnixUser returned a wrong argument type\n"));
    987987                            }
    988                             /* TODO: clean up if &dbErr */
     988                            /** @todo clean up if &dbErr */
    989989
    990990                            vboxService_dbus_message_discard(&pReplyUnixUser);
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