1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-25 21:29:32 +00:00

ofono: Derive from CallsProvider

This was missed 5684d54 when CallsProvider switched from
an interface to an abstract class.

Closes #243
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-03-23 18:50:42 +01:00
parent b60680f645
commit 52424ee927

View file

@ -54,7 +54,7 @@ static void calls_ofono_provider_message_source_interface_init (CallsMessageSour
G_DEFINE_DYNAMIC_TYPE_EXTENDED
(CallsOfonoProvider, calls_ofono_provider, G_TYPE_OBJECT, 0,
(CallsOfonoProvider, calls_ofono_provider, CALLS_TYPE_PROVIDER, 0,
G_IMPLEMENT_INTERFACE_DYNAMIC (CALLS_TYPE_MESSAGE_SOURCE,
calls_ofono_provider_message_source_interface_init))