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

« back to all changes in this revision

Viewing changes to extensions/extensions.h

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons
  • Date: 2008-03-10 16:39:07 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080310163907-tv41g2zmf0qqgi85
Tags: 0.22.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __EMP_EXTENSIONS_H__
 
2
#define __EMP_EXTENSIONS_H__
 
3
 
 
4
#include <glib-object.h>
 
5
#include <telepathy-glib/channel.h>
 
6
 
 
7
#include "extensions/_gen/enums.h"
 
8
#include "extensions/_gen/cli-misc.h"
 
9
#include "extensions/_gen/svc-misc.h"
 
10
 
 
11
G_BEGIN_DECLS
 
12
 
 
13
#include "extensions/_gen/gtypes.h"
 
14
#include "extensions/_gen/interfaces.h"
 
15
 
 
16
void emp_cli_init (void);
 
17
 
 
18
G_END_DECLS
 
19
 
 
20
#endif