-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object type and BusObject interface #252
Comments
Given that Object is exported, I agree just an Object could be returned.
IIUC, you can't. They are global for connections right now IIRC, so you can add a match, then filter when receiving the singals for the ones you care about. There is actually more related to this issue. Right now if one wants to put |
Indeed, you can use
Not sure if I understand your issue here - since |
Yes, if you implement entire As I had a break from working on this code, it may not be completely accurate, but from what I recall, the solution for my particular issue would be to have a function taking an interface, which would be a subset of |
hello.
why Object struct and BusObject interface both exist?
can I call conn.Object and cast the result to *Object?
why don't return Object instead BusObject?
How I can add signal matchings on objects if BusObject can't be casted to Object?
The text was updated successfully, but these errors were encountered: