Add void* userdata support for gobjects
[gnome.seed] / .gitignore
1 m4/
2 *.gcno
3 *.gcda
4 *.o
5 *.lo
6 *.la
7 *.bak
8 .deps
9 .libs
10 *~
11 ._*
12 seed.info
13 .DS_Store
14 INSTALL
15 Makefile
16 Makefile.in
17 aclocal.m4
18 autom4te.cache
19 compile
20 config.guess
21 config.h
22 config.log
23 config.status
24 config.sub
25 configure
26 depcomp
27 doc/Makefile
28 doc/Makefile.in
29 doc/conventions.html
30 doc/mapping.html
31 doc/modules/Makefile
32 doc/modules/Makefile.in
33 doc/modules/canvas.html
34 doc/modules/multiprocessing.html
35 doc/modules/readline.html
36 doc/modules/sqlite.html
37 doc/modules/html
38 doc/reference/Makefile
39 doc/reference/Makefile.in
40 doc/reference/html-build.stamp
41 doc/reference/html.stamp
42 doc/reference/html/ch01.html
43 doc/reference/html/home.png
44 doc/reference/html/index.sgml
45 doc/reference/html/left.png
46 doc/reference/html/right.png
47 doc/reference/html/seed-seed.html
48 doc/reference/html/seed.devhelp
49 doc/reference/html/seed.devhelp2
50 doc/reference/html/style.css
51 doc/reference/html/up.png
52 doc/reference/scan-build.stamp
53 doc/reference/seed-decl-list.txt
54 doc/reference/seed-decl.txt
55 doc/reference/seed-undeclared.txt
56 doc/reference/seed-undocumented.txt
57 doc/reference/seed-unused.txt
58 doc/reference/seed.args
59 doc/reference/seed.hierarchy
60 doc/reference/seed.interfaces
61 doc/reference/seed.prerequisites
62 doc/reference/seed.signals
63 doc/reference/sgml-build.stamp
64 doc/reference/sgml.stamp
65 doc/reference/tmpl-build.stamp
66 doc/reference/tmpl.stamp
67 doc/reference/tmpl/seed-unused.sgml
68 doc/reference/xml/seed-eval.xml
69 doc/reference/xml/seed-jsclass.xml
70 doc/reference/xml/seed-modules.xml
71 doc/reference/xml/seed-nativefuncs.xml
72 doc/reference/xml/seed-nativetypes.xml
73 doc/reference/xml/seed-typeconversion.xml
74 doc/reference/xml/api-index-deprecated.xml
75 doc/reference/xml/api-index-full.xml
76 doc/reference/xml/object_index.sgml
77 doc/reference/xml/seed-builtins.xml
78 doc/reference/xml/seed-closure.xml
79 doc/reference/xml/seed-exception.xml
80 doc/reference/xml/seed-string.xml
81 doc/reference/xml/seed-debug.xml
82 doc/reference/xml/seed-doc.bottom
83 doc/reference/xml/seed-doc.top
84 doc/reference/xml/seed-engine.xml
85 doc/reference/xml/seed-exceptions.xml
86 doc/reference/xml/seed-gtype.xml
87 doc/reference/xml/seed-private.xml
88 doc/reference/xml/seed-signals.xml
89 doc/reference/xml/seed-structs.xml
90 doc/reference/xml/seed-types.xml
91 doc/reference/xml/seed.xml
92 doc/reference/xml/tree_index.sgml
93 doc/runtime.html
94 doc/tutorial-standalone/Makefile
95 doc/tutorial-standalone/Makefile.in
96 doc/tutorial-standalone/tutorial.html
97 examples/Makefile
98 examples/Makefile.in
99 examples/browser/Makefile
100 examples/browser/Makefile.in
101 examples/clutter-shader/Makefile
102 examples/clutter-shader/Makefile.in
103 examples/clutter-transitions/Makefile
104 examples/clutter-transitions/Makefile.in
105 examples/glib/Makefile
106 examples/glib/Makefile.in
107 examples/opengl/Makefile
108 examples/opengl/Makefile.in
109 examples/turtle/Makefile
110 examples/turtle/Makefile.in
111 examples/turtle/seed_turtle
112 examples/twitter/Makefile
113 examples/twitter/Makefile.in
114 extensions/Makefile
115 extensions/Makefile.in
116 gtk-doc.make
117 install-sh
118 intltool-extract.in
119 intltool-merge.in
120 intltool-update.in
121 libseed/Makefile
122 libseed/Makefile.in
123 libseed/seed-builtins.c.orig
124 libtool
125 ltmain.sh
126 m4/gtk-doc.m4
127 missing
128 mkinstalldirs
129 modules/Makefile
130 modules/Makefile.in
131 modules/Multiprocessing/Makefile
132 modules/Multiprocessing/Makefile.in
133 modules/canvas/Makefile
134 modules/canvas/Makefile.in
135 modules/example/Makefile
136 modules/example/Makefile.in
137 modules/readline/Makefile
138 modules/readline/Makefile.in
139 modules/sqlite/Makefile
140 modules/sqlite/Makefile.in
141 po/Makefile
142 po/Makefile.in
143 po/POTFILES
144 po/stamp-it
145 seed.pc
146 src/Makefile
147 src/Makefile.in
148 src/seed
149 stamp-h1
150 tests/Makefile
151 tests/Makefile.in
152 tests/c/Makefile
153 tests/c/Makefile.in
154 tests/c/test
155 tests/javascript/Makefile
156 tests/javascript/Makefile.in
157 doc/reference/html/seed-SeedException.html
158 doc/reference/html/seed-SeedString.html
159 doc/reference/html/seed-SeedValue.html
160 doc/reference/xml/seed-value.xml
161 doc/reference/tmpl/seed.sgml.sgml
162 libseed/libseed_la-seed-api.gcno
163 libseed/libseed_la-seed-builtins.gcno
164 libseed/libseed_la-seed-closure.gcno
165 libseed/libseed_la-seed-engine.gcno
166 libseed/libseed_la-seed-exceptions.gcno
167 libseed/libseed_la-seed-gtype.gcno
168 libseed/libseed_la-seed-importer.gcno
169 libseed/libseed_la-seed-signals.gcno
170 libseed/libseed_la-seed-structs.gcno
171 libseed/libseed_la-seed-types.gcno
172 omf.make
173 scripts/shave
174 scripts/shave-libtool
175 src/main.gcda
176 src/main.gcno
177 xmldocs.make
178
179 .AppleDouble
180 doc/index.html
181 doc/html.stamp
182 doc/mapping/mapping.html
183 doc/modules/canvas/canvas.html
184 doc/modules/gtkbuilder/gtkbuilder-funcs.xml
185 doc/modules/multiprocessing/multiprocessing.html
186 doc/modules/readline/readline-funcs.xml
187 doc/modules/sandbox/sandbox-funcs.xml
188 doc/modules/sqlite/sqlite-funcs.xml
189 doc/reference/html/
190 doc/reference/xml/seed-context.xml
191 doc/reference/xml/seed-main.xml
192 doc/reference/xml/seed-object.xml
193 examples/same-seed/
194 extensions/._Seed.js
195 extensions/._Seed.js.in
196 extensions/Seed.js
197 libseed/._seed-builtins.c
198 libseed/._seed-engine.c
199 libseed/._seed-exceptions.c
200 libseed/._seed-types.c
201 libseed/._seed-types.h
202 libseed/seed-path.h
203 modules/cairo/._seed-cairo.c
204 modules/gettext/._gettext.c
205 po/Makefile.in.in
206
207 version.xml