Skip to content
  • Ivan Savin's avatar
    1c0c9752
    Transition form register_object to subtree. · 1c0c9752
    Ivan Savin authored
    All backend files are now loaded in the manager, and modules
    receive a pointer to a table with data that contains information
    about D-Bus objects and handlers. One file describes one interface
    for one module.
    
    g_dbus_connection_register_object replaced by
    g_dbus_connection_register_subtree.
    
    The interaction between the manager and modules has changed: the
    module now returns not xml, but an instance of GDBusInterfaceInfo
    (it writes a pointer to this instance to the table with data
    received from the manager, a pointer to the vtable is also written
    there).
    1c0c9752
    Transition form register_object to subtree.
    Ivan Savin authored
    All backend files are now loaded in the manager, and modules
    receive a pointer to a table with data that contains information
    about D-Bus objects and handlers. One file describes one interface
    for one module.
    
    g_dbus_connection_register_object replaced by
    g_dbus_connection_register_subtree.
    
    The interaction between the manager and modules has changed: the
    module now returns not xml, but an instance of GDBusInterfaceInfo
    (it writes a pointer to this instance to the table with data
    received from the manager, a pointer to the vtable is also written
    there).
Loading