Tagged Questions
2
votes
2answers
101 views
Reference counting on exported DBus objects?
I'm working on a DBus service that needs to export objects on demand when requested by 3rd party applications. That part seems fairly strait-forward.
But I also need to "garbage collect" these ...