File: api.h

package info (click to toggle)
telepathy-stream-engine 0.5.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,200 kB
  • ctags: 554
  • sloc: sh: 8,913; ansic: 5,692; python: 1,929; makefile: 220; xml: 113
file content (21 lines) | stat: -rw-r--r-- 344 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef STREAM_ENGINE_API_H
#define STREAM_ENGINE_API_H

#include <glib-object.h>

#include <telepathy-glib/proxy.h>

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

G_BEGIN_DECLS

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

void stream_engine_cli_init (void);

G_END_DECLS

#endif