mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-04 15:41:19 +00:00
14 lines
295 B
C
14 lines
295 B
C
/*
|
|
* Copyright (C) 2021 Purism SPC
|
|
*
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*
|
|
* Author: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu>
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "calls-contacts-provider.h"
|
|
|
|
CallsContactsProvider *__wrap_calls_contacts_provider_new (CallsSettings *settings);
|