File: extensions.h

package info (click to toggle)
telepathy-glib 0.24.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,756 kB
  • sloc: ansic: 124,638; xml: 34,410; sh: 4,531; python: 3,528; makefile: 1,722; javascript: 211; cpp: 16
file content (21 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef __EXAMPLE_EXTENSIONS_H__
#define __EXAMPLE_EXTENSIONS_H__

#include <glib-object.h>

#include <telepathy-glib/telepathy-glib.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