peer to peer dbus support added
[platform/upstream/libgsignon-glib.git] / libsignon-glib / signon-glib.h
1 /* vi: set et sw=4 ts=4 cino=t0,(0: */
2 /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 /*
4  * This file is part of libsignon-glib
5  *
6  * Copyright (C) 2011 Canonical Ltd.
7  *
8  * Contact: Alberto Mardegan <alberto.mardegan@canonical.com>
9  *
10  * This library is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU Lesser General Public License
12  * version 2.1 as published by the Free Software Foundation.
13  *
14  * This library is distributed in the hope that it will be useful, but
15  * WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17  * Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU Lesser General Public
20  * License along with this library; if not, write to the Free Software
21  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
22  * 02110-1301 USA
23  */
24
25 #ifndef SIGNON_GLIB_H
26 #define SIGNON_GLIB_H
27
28 #include <libsignon-glib/signon-auth-service.h>
29 #include <libsignon-glib/signon-auth-session.h>
30 #include <libsignon-glib/signon-enum-types.h>
31 #include <libsignon-glib/signon-errors.h>
32 #include <libsignon-glib/signon-identity-info.h>
33 #include <libsignon-glib/signon-identity.h>
34
35 #endif /* SIGNON_GLIB_H */