File: extensions.h

package info (click to toggle)
empathy 2.30.3-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 20,248 kB
  • ctags: 6,575
  • sloc: ansic: 68,289; sh: 10,388; python: 2,431; xml: 1,355; makefile: 1,277
file content (20 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef __EMP_EXTENSIONS_H__
#define __EMP_EXTENSIONS_H__

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

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

G_BEGIN_DECLS

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

void emp_cli_init (void);

G_END_DECLS

#endif