1 /* vi: set et sw=4 ts=8 cino=t0,(0: */
2 /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 4; tab-width: 8 -*- */
3 /*
4  * This file is part of mission-control
5  *
6  * Copyright © 2010 Nokia Corporation.
7  * Copyright © 2010 Collabora Ltd.
8  *
9  * This library is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU Lesser General Public License
11  * version 2.1 as published by the Free Software Foundation.
12  *
13  * This library is distributed in the hope that it will be useful, but
14  * WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
21  * 02110-1301 USA
22  *
23  */
24 
25 #ifndef __MCD_ACCOUNT_ADDRESSING_H__
26 #define __MCD_ACCOUNT_ADDRESSING_H__
27 
28 #include "mcd-account-priv.h"
29 
30 G_BEGIN_DECLS
31 
32 G_GNUC_INTERNAL extern const McdDBusProp account_addressing_properties[];
33 
34 G_GNUC_INTERNAL void account_addressing_iface_init (
35     TpSvcAccountInterfaceAddressingClass *iface,
36     gpointer data);
37 
38 G_END_DECLS
39 
40 #endif
41 
42