summaryrefslogtreecommitdiff
path: root/examples/extensions/extensions.h
blob: 26c53dcd9ce8dcc61b7b07222bd1267f3e9bc6f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef __EXAMPLE_EXTENSIONS_H__
#define __EXAMPLE_EXTENSIONS_H__

#include <glib-object.h>
#include <telepathy-glib/connection.h>

#include "examples/extensions/_gen/enums.h"
#include "examples/extensions/_gen/cli-connection.h"
#include "examples/extensions/_gen/svc-connection.h"

G_BEGIN_DECLS

#include "examples/extensions/_gen/gtypes.h"
#include "examples/extensions/_gen/interfaces.h"

void example_cli_init (void);

G_END_DECLS

#endif