search for: swfdec_as_object_to_string

Displaying 3 results from an estimated 3 matches for "swfdec_as_object_to_string".

2007 Aug 24
0
7 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_string.c test/trace
...; + } swfdec_as_stack_pop (cx); g_signal_emit_by_name (cx, "trace", s); } diff-tree 13aa81dbca1a430cdaca848d23ef36a8192ca54c (from 3aeb7081c80edcbb50e66d58265e400d637f75fb) Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Fri Aug 24 14:26:11 2007 +0300 Remove the swfdec_as_object_to_string and just use local helper function diff --git a/libswfdec/swfdec_as_object.c b/libswfdec/swfdec_as_object.c index f166b37..28a1dd7 100644 --- a/libswfdec/swfdec_as_object.c +++ b/libswfdec/swfdec_as_object.c @@ -1237,27 +1237,3 @@ swfdec_as_object_resolve (SwfdecAsObject return klass->reso...
2007 Sep 04
0
5 commits - doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.c libswfdec/swfdec_asbroadcaster.c libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_native_function.c libswfdec/swfdec_as_native_function.h
.../libswfdec/swfdec_as_object.h index 2de6d04..a61bc4b 100644 --- a/libswfdec/swfdec_as_object.h +++ b/libswfdec/swfdec_as_object.h @@ -177,9 +177,6 @@ void swfdec_as_object_call (SwfdecAsOb void swfdec_as_object_run (SwfdecAsObject * object, SwfdecScript * script); -const char* swfdec_as_object_to_string (SwfdecAsContext * context, - SwfdecAsObject * object); - G_END_DECLS #endif
2007 Aug 26
0
Changes to 'refs/tags/0.5.2'
...ties Make swfdec_gtk_loader.c compile without libsoup (Fixes #11891) Add a FIXME about unimplemented ASSetPropFlags feature (creating length prop) Make most String's functions work with any Object Added test for using String's method in normal Object Remove the swfdec_as_object_to_string and just use local helper function Add special case to trace: Print string objects using the internal presentation Add test case for tracing strings objects Forgot to add string-fake test to Makefile.am --- Makefile.am | 7 NEWS...