Displaying 2 results from an estimated 2 matches for "08b6c27".
Did you mean:
080627
2008 Jan 08
0
4 commits - configure.ac test/compiler.c test/.gitignore test/Makefile.am test/swfdec_test.c test/swfdec_test_function.c test/swfdec_test_function.h test/swfdec_test_global.c test/swfdec_test_initialize.as test/swfdec_test_initialize.h
...pe ? functions[i].type () : 0;
+ swfdec_as_object_add_constructor (obj,
+ swfdec_as_context_get_string (cx, functions[i].name),
+ type, type, functions[i].fun, 0, NULL);
+ }
+}
+
diff --git a/test/swfdec_test_function.h b/test/swfdec_test_function.h
new file mode 100644
index 0000000..08b6c27
--- /dev/null
+++ b/test/swfdec_test_function.h
@@ -0,0 +1,35 @@
+/* SwfdecTestfied
+ * Copyright (C) 2007 Benjamin Otte <otte at gnome.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as publ...
2008 Jan 07
0
12 commits - configure.ac doc/swfdec.types Makefile.am test/crashfinder.c test/dump.c test/Makefile.am test/swfdec-extract.c test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c test/swfedit_file.h test/swfedit_list.c test/swfedit_list.h
...ions[i].type () : 0;
+ swfdec_as_object_add_constructor (obj,
+ swfdec_as_context_get_string (cx, functions[i].name),
+ type, type, functions[i].fun, 0, NULL);
+ }
+}
+
diff --git a/test/test/swfdec_test_function.h b/test/test/swfdec_test_function.h
new file mode 100644
index 0000000..08b6c27
--- /dev/null
+++ b/test/test/swfdec_test_function.h
@@ -0,0 +1,35 @@
+/* SwfdecTestfied
+ * Copyright (C) 2007 Benjamin Otte <otte at gnome.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as...