~bcurtiswx/ubuntu/precise/empathy/3.4.2.1-0ubuntu1

« back to all changes in this revision

Viewing changes to telepathy-yell/telepathy-yell/telepathy-yell.h

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-03-05 15:14:36 UTC
  • mfrom: (1.1.87)
  • Revision ID: package-import@ubuntu.com-20120305151436-utnrdabb2ppp3kw1
Tags: 3.3.90.2-0ubuntu1
* New upstream release
* debian/control
  - added yelp-tools and libfarstream-0.1-dev build depends
  - bump build depends on libtelepathy-farstream-dev, and 
    libtelepathy-glib-dev
  - bumpded depends for telepathy-mission-control-5
  - removed telepathy-butterfly recommends, mission-control-5 ensures 
    telepathy-haze handles MSN now.
* debian/rules
  - enable empathy-av 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * telepathy-yell.h - Headers for telepathy-yell
3
 
 *
4
 
 * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/>
5
 
 *
6
 
 * This library is free software; you can redistribute it and/or
7
 
 * modify it under the terms of the GNU Lesser General Public
8
 
 * License as published by the Free Software Foundation; either
9
 
 * version 2.1 of the License, or (at your option) any later version.
10
 
 *
11
 
 * This library is distributed in the hope that it will be useful,
12
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14
 
 * Lesser General Public License for more details.
15
 
 *
16
 
 * You should have received a copy of the GNU Lesser General Public
17
 
 * License along with this library; if not, write to the Free Software
18
 
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
 
 */
20
 
 
21
 
#ifndef __TELEPATHY_YELL_H__
22
 
#define __TELEPATHY_YELL_H__
23
 
 
24
 
#include <telepathy-yell/enums.h>
25
 
#include <telepathy-yell/extensions.h>
26
 
#include <telepathy-yell/gtypes.h>
27
 
#include <telepathy-yell/interfaces.h>
28
 
#include <telepathy-yell/cli-call.h>
29
 
#include <telepathy-yell/svc-call.h>
30
 
#include <telepathy-yell/call-stream.h>
31
 
#include <telepathy-yell/call-content.h>
32
 
#include <telepathy-yell/call-channel.h>
33
 
 
34
 
#endif