search for: a6e8312

Displaying 2 results from an estimated 2 matches for "a6e8312".

Did you mean: 368312
2007 Mar 29
0
Branch 'as' - 9 commits - configure.ac doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_stack.c
...95f66686c7b8c22f) Author: Benjamin Otte <otte@gnome.org> Date: Thu Mar 29 09:17:47 2007 +0200 Make swfdec_script_ref return the ref'ed script This matches all the other refcounting functions diff --git a/libswfdec/swfdec_script.c b/libswfdec/swfdec_script.c index 6b7477e..a6e8312 100644 --- a/libswfdec/swfdec_script.c +++ b/libswfdec/swfdec_script.c @@ -2759,12 +2759,14 @@ swfdec_script_new (SwfdecBits *bits, con return script; } -void +SwfdecScript * swfdec_script_ref (SwfdecScript *script) { - g_return_if_fail (script != NULL); + g_return_val_if_fail (script !=...
2007 Mar 29
0
Branch 'as' - 9 commits - libswfdec-gtk/swfdec_playback_alsa.c libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c
...decActionExec) (SwfdecAsContext *cx, guint action, const guint8 *data, guint len); typedef struct { const char * name; /* name identifying the action */ char * (* print) (guint action, const guint8 *data, guint len); diff --git a/libswfdec/swfdec_script.c b/libswfdec/swfdec_script.c index a6e8312..0d2f338 100644 --- a/libswfdec/swfdec_script.c +++ b/libswfdec/swfdec_script.c @@ -26,8 +26,6 @@ #include "swfdec_debug.h" #include "swfdec_debugger.h" #include "swfdec_scriptable.h" -#include "js/jscntxt.h" -#include "js/jsinterp.h" #include...