RecordStore: Use Manager

This commit is contained in:
Julian Sparber
2020-03-18 13:58:13 +01:00
parent 3d4b547d04
commit 1a2c2f3036
3 changed files with 53 additions and 97 deletions

View File

@@ -25,7 +25,7 @@
#ifndef CALLS_RECORD_STORE_H__
#define CALLS_RECORD_STORE_H__
#include "calls-provider.h"
#include "gtk/gtk.h"
G_BEGIN_DECLS
@@ -33,7 +33,7 @@ G_BEGIN_DECLS
G_DECLARE_FINAL_TYPE (CallsRecordStore, calls_record_store, CALLS, RECORD_STORE, GListStore);
CallsRecordStore *calls_record_store_new (CallsProvider *provider);
CallsRecordStore *calls_record_store_new (void);
G_END_DECLS