~tiagosh/telepathy-qt/group-chat2

« back to all changes in this revision

Viewing changes to tests/lib/glib/future/extensions/extensions.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
#ifndef FUTURE_EXTENSIONS_H
 
2
#define FUTURE_EXTENSIONS_H
 
3
 
 
4
#include <glib-object.h>
 
5
#include <telepathy-glib/channel.h>
 
6
#include <telepathy-glib/connection.h>
 
7
 
 
8
#include "tests/lib/glib/future/extensions/_gen/enums.h"
 
9
#include "tests/lib/glib/future/extensions/_gen/svc-channel.h"
 
10
#include "tests/lib/glib/future/extensions/_gen/svc-connection.h"
 
11
#include "tests/lib/glib/future/extensions/_gen/svc-misc.h"
 
12
 
 
13
G_BEGIN_DECLS
 
14
 
 
15
#include "tests/lib/glib/future/extensions/_gen/gtypes.h"
 
16
#include "tests/lib/glib/future/extensions/_gen/interfaces.h"
 
17
 
 
18
G_END_DECLS
 
19
 
 
20
#endif