1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-13 16:49:29 +00:00
Purism-Calls/tests
Bob Ham 460c0c6c3d Turn providers into plugins courtesy of libpeas
This is an initial, static implementation of plugins.  The
CallsApplication has a plugin name which can be changed with a new
--provider command line option.  This plugin name is used to
instantiate the appropriate plugin when the application is activated.
From then on, the plugin cannot change.

In future, we can expand this support to include loading multiple
plugins at once, configurable through some UI.  This will have
far-reaching implications though, and complicate things like
enumerating the provider hierarchy.  There is also no practical
benefit right now; the mm and ofono plugins can't be used at the same
time because ModemManager and oFono don't play nice together, and the
whole raison d'être of the dummy plugin is undermined if you can make
use of one of the others.  So for now, we just implement one static
plugin.
2018-11-23 15:51:46 +00:00
..
common.h tests: Add tests for Origin and Calls 2018-10-03 14:21:28 +00:00
meson.build Turn providers into plugins courtesy of libpeas 2018-11-23 15:51:46 +00:00
setup-call.c tests: Add tests for Origin and Calls 2018-10-03 14:21:28 +00:00
setup-call.h tests: Add tests for Origin and Calls 2018-10-03 14:21:28 +00:00
setup-origin.c tests: Add tests for Origin and Calls 2018-10-03 14:21:28 +00:00
setup-origin.h Turn providers into plugins courtesy of libpeas 2018-11-23 15:51:46 +00:00
setup-provider.c tests: Add tests for Origin and Calls 2018-10-03 14:21:28 +00:00
setup-provider.h tests: Add tests for Origin and Calls 2018-10-03 14:21:28 +00:00
test-call.c tests: Add tests for Origin and Calls 2018-10-03 14:21:28 +00:00
test-origin.c tests: Add tests for Origin and Calls 2018-10-03 14:21:28 +00:00
test-provider.c Turn providers into plugins courtesy of libpeas 2018-11-23 15:51:46 +00:00