Skip to content
  • Benjamin Berg's avatar
    core: Add option to AddAndActivateConnection2 to bind the lifetime · eb883e34
    Benjamin Berg authored and Thomas Haller's avatar Thomas Haller committed
    This allows binding the lifetime of the created connection to the
    existance of the requesting dbus client. This feature is useful if one
    has a service specific connection (e.g. P2P wireless) which will not be
    useful without the specific service.
    
    This is simply a mechanism to ensure proper connection cleanup if the
    requesting service has a failure.
    eb883e34