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

« back to all changes in this revision

Viewing changes to telepathy-yell/telepathy-yell/extensions.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
 
#ifndef __TELEPATHY_YELL_EXTENSIONS_H__
2
 
#define __TELEPATHY_YELL_EXTENSIONS_H__
3
 
 
4
 
#include <glib-object.h>
5
 
#include <telepathy-glib/channel.h>
6
 
#include <telepathy-glib/connection.h>
7
 
 
8
 
#include <telepathy-yell/enums.h>
9
 
#include <telepathy-yell/cli-call.h>
10
 
#include <telepathy-yell/svc-call.h>
11
 
 
12
 
G_BEGIN_DECLS
13
 
 
14
 
#include <telepathy-yell/gtypes.h>
15
 
#include <telepathy-yell/interfaces.h>
16
 
 
17
 
void tpy_cli_init (void);
18
 
 
19
 
G_END_DECLS
20
 
 
21
 
#endif