File: js-ENodeAttrib.h

package info (click to toggle)
entity 0.7.2-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,352 kB
  • ctags: 5,272
  • sloc: ansic: 61,707; sh: 7,921; makefile: 732; perl: 399
file content (28 lines) | stat: -rw-r--r-- 560 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
21
22
23
24
25
26
27
28
/* This file is autogenerated by jig 0.3.0 from file ENodeAttrib.jsi * * DO
 * NOT EDIT THIS FILE */

#include <njs/internal.h>

#line 1 "ENodeAttrib.jsi"


#include <glib.h>
#include "entity.h"


#line 14 "js-ENodeAttrib.h"

/* Normally this typedef's to a struct, but
the struct is emtpy, so it just bails on some
compilers */
typedef int ENodeAttribCtx;


typedef struct {
    JSVirtualMachine *js_vm;
#line 35 "ENodeAttrib.jsi"
    ENode *enode;
#line 22 "js-ENodeAttrib.c"
} ENodeAttribInstanceCtx;

void js_Entity_ENodeAttrib (JSVirtualMachine * js_vm);