You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly to ORMs where one-to-one/one-to-many relations can be automatically dereferenced by the getter, dasbus could do same for values of OBJECT_PATH type. Something like
Similarly to ORMs where one-to-one/one-to-many relations can be automatically dereferenced by the getter, dasbus could do same for values of OBJECT_PATH type. Something like
or
instead of:
That would significantly simplify the client's code as dereferencing work can easily be 25% of all dbus related code.
The text was updated successfully, but these errors were encountered: