@@ -28,6 +28,7 @@
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "calls-provider.h"
|
||||
#include "calls-contacts.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
@@ -37,7 +38,8 @@ G_DECLARE_FINAL_TYPE (CallsMainWindow, calls_main_window, CALLS, MAIN_WINDOW, Gt
|
||||
|
||||
CallsMainWindow *calls_main_window_new (GtkApplication *application,
|
||||
CallsProvider *provider,
|
||||
GListModel *record_store);
|
||||
GListModel *record_store,
|
||||
CallsContacts *contacts);
|
||||
void calls_main_window_dial (CallsMainWindow *self,
|
||||
const gchar *target);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user