~tiagosh/telepathy-qt/group-chat2

« back to all changes in this revision

Viewing changes to TelepathyQt/media-session-handler.h

  • Committer: Package Import Robot
  • Author(s): Ricardo Salveti de Araujo
  • Date: 2013-06-06 04:56:14 UTC
  • Revision ID: package-import@ubuntu.com-20130606045614-inpxexo6765rnmp1
Tags: upstream-0.9.3
ImportĀ upstreamĀ versionĀ 0.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * This file is part of TelepathyQt
 
3
 *
 
4
 * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/>
 
5
 * @copyright Copyright (C) 2008 Nokia Corporation
 
6
 * @license LGPL 2.1
 
7
 *
 
8
 * This library is free software; you can redistribute it and/or
 
9
 * modify it under the terms of the GNU Lesser General Public
 
10
 * License as published by the Free Software Foundation; either
 
11
 * version 2.1 of the License, or (at your option) any later version.
 
12
 *
 
13
 * This library is distributed in the hope that it will be useful,
 
14
 * but 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  02110-1301  USA
 
21
 */
 
22
 
 
23
#ifndef _TelepathyQt_media_session_handler_h_HEADER_GUARD_
 
24
#define _TelepathyQt_media_session_handler_h_HEADER_GUARD_
 
25
 
 
26
#ifndef IN_TP_QT_HEADER
 
27
#error IN_TP_QT_HEADER
 
28
#endif
 
29
 
 
30
/**
 
31
 * \addtogroup clientsideproxies Client-side proxies
 
32
 *
 
33
 * Proxy objects representing remote service objects accessed via D-Bus.
 
34
 *
 
35
 * In addition to providing direct access to methods, signals and properties
 
36
 * exported by the remote objects, some of these proxies offer features like
 
37
 * automatic inspection of remote object capabilities, property tracking,
 
38
 * backwards compatibility helpers for older services and other utilities.
 
39
 */
 
40
 
 
41
/**
 
42
 * \defgroup clientmsesh Media session handler proxies
 
43
 * \ingroup clientsideproxies
 
44
 *
 
45
 * Proxy objects representing remote Telepathy MediaSessionHandler objects.
 
46
 */
 
47
 
 
48
#include <TelepathyQt/_gen/cli-media-session-handler.h>
 
49
 
 
50
#endif