Displaying 1 result from an estimated 1 matches for "swfdecasinterval".
2007 Jun 01
0
Branch 'as' - 2 commits - libswfdec/Makefile.am libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c libswfdec/swfdec_interval.c libswfdec/swfdec_interval.h libswfdec/swfdec_player_as.c libswfdec/swfdec_player.c
..._player_as.c
@@ -22,161 +22,73 @@
#endif
#include "swfdec_player_internal.h"
+#include "swfdec_as_function.h"
#include "swfdec_as_object.h"
#include "swfdec_debug.h"
+#include "swfdec_interval.h"
-#if 0
-/*** INTERVAL ***/
-
-typedef struct _SwfdecAsInterval SwfdecAsInterval;
-struct _SwfdecAsInterval {
- SwfdecTimeout timeout;
- SwfdecPlayer * player; /* needed so it can be readded */
- guint id; /* id this interval is identified with */
- guint msecs; /* interval in milliseconds */
- guint n_args; /* number of arguments to call functi...