mono / dbus-sharp

DBus Sharp
http://mono.github.com/dbus-sharp
MIT License
77 stars 59 forks source link

TypeImplementer: Implement multiple interfaces #42

Closed arfbtwn closed 7 years ago

arfbtwn commented 10 years ago

Issue #34 reports that only the main interface is presented, so that if e.g. a programmer wishes to add the properties interface to a type, then the resulting implementation attempts to call the method on the incorrect interface.

This is due to a premature optimisation, which this patch removes.

arfbtwn commented 7 years ago

Closing, stale.