Change get_*() member functions in provider abstraction interfaces with GObject properties
Originally the interfaces were designed with the possibility of long-running D-Bus calls backing the get_*() member functions, rather than having GObject properties. This is no longer the case though and properties are the better choice. The get_*() functions should be replaced by read-only GObject properties.
-
CallsProvider -
CallsOrigin -
CallsCall
Edited by Evangelos Ribeiro Tzaras