File: extensions.h

package info (click to toggle)
telepathy-logger 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,680 kB
  • sloc: ansic: 14,170; sh: 11,250; python: 3,036; makefile: 563; xml: 182
file content (20 lines) | stat: -rw-r--r-- 309 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef _TPL_EXTENSIONS_H
#define _TPL_EXTENSIONS_H

#include <telepathy-glib/proxy.h>

#include "_gen/enums.h"
#include "_gen/cli-misc.h"
#include "_gen/svc-misc.h"

G_BEGIN_DECLS

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

G_END_DECLS

void tpl_cli_init (void);

#endif /* _TPL_EXTENSIONS_H */