~ubuntu-branches/ubuntu/natty/empathy/natty-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-02-24 11:54:47 UTC
  • mfrom: (1.1.66 upstream)
  • Revision ID: james.westby@ubuntu.com-20110224115447-meoue6yzk3u6s2br
Tags: 2.33.2-0ubuntu1
* New upstream release
* -debian/patches/reword_subscription_dailog_to_be_less_technical.patch
  - merged upstream
* debian/control
  - Bumped build depends for tp-logger, tp-glib, folks and libunity-dev

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