File: ntrack-enumtypes.h

package info (click to toggle)
ntrack 008-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,960 kB
  • ctags: 349
  • sloc: sh: 10,127; ansic: 1,682; makefile: 366; cpp: 122; python: 11
file content (21 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

/* Generated data (by glib-mkenums) */

#ifndef __NTRACK_ENUM_TYPES_H__
#define __NTRACK_ENUM_TYPES_H__

#include <glib-object.h>

G_BEGIN_DECLS

/* enumerations from "../glib/ntrack-enums.h" */
GType n_track_glib_state_get_type (void) G_GNUC_CONST;
#define N_TYPE_TRACK_GLIB_STATE (n_track_glib_state_get_type ())
GType n_track_glib_event_get_type (void) G_GNUC_CONST;
#define N_TYPE_TRACK_GLIB_EVENT (n_track_glib_event_get_type ())
G_END_DECLS

#endif /* __GIO_ENUM_TYPES_H__ */

/* Generated data ends here */