Add ModemManager provider

This commit is contained in:
Bob Ham
2018-08-03 14:22:12 +00:00
parent b0d35499b3
commit 0e293fc128
9 changed files with 1411 additions and 3 deletions

View File

@@ -29,7 +29,7 @@
#include "calls-encryption-indicator.h"
#include "calls-main-window.h"
#include "calls-ofono-provider.h"
#include "calls-mm-provider.h"
static void
show_window (GtkApplication *app)
@@ -50,7 +50,8 @@ show_window (GtkApplication *app)
return;
}
provider = CALLS_PROVIDER (calls_ofono_provider_new (connection));
provider = CALLS_PROVIDER (calls_mm_provider_new (connection));
g_assert (provider != NULL);
main_window = calls_main_window_new (app, provider);