godbus / dbus

Native Go bindings for D-Bus
BSD 2-Clause "Simplified" License
959 stars 222 forks source link

Add context for GetProperty and SetProperty #336

Open brdefaria opened 1 year ago

brdefaria commented 1 year ago

Add the possibility to pass a context when getting or setting a property.

Resolves #195