search for: swfdec_net_connection_connect

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

2008 Jul 07
7
[Bug 16632] New: swfdec_net_connection_connect with non-NULL url real-world test case
http://bugs.freedesktop.org/show_bug.cgi?id=16632 Summary: swfdec_net_connection_connect with non-NULL url real- world test case Product: swfdec Version: 0.7.x Platform: Other URL: http://www.vampirefreaks.com/Official-Zombie-Girl OS/Version: All Status: NEW Severity: normal Prior...
2007 Jun 12
0
Branch 'as' - 3 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_math.c libswfdec/swfdec_as_native_function.c libswfdec/swfdec_as_number.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_string.c
...T_INT (retval, player->mouse_visible ? 1 : 0); player->mouse_visible = FALSE; diff --git a/libswfdec/swfdec_net_connection.c b/libswfdec/swfdec_net_connection.c index 22fadc1..47c9d0d 100644 --- a/libswfdec/swfdec_net_connection.c +++ b/libswfdec/swfdec_net_connection.c @@ -110,7 +110,8 @@ swfdec_net_connection_connect (SwfdecNet /*** AS CODE ***/ static void -swfdec_net_connection_do_connect (SwfdecAsObject *obj, guint argc, SwfdecAsValue *argv, SwfdecAsValue *rval) +swfdec_net_connection_do_connect (SwfdecAsContext *cx, SwfdecAsObject *obj, + guint argc, SwfdecAsValue *argv, SwfdecAsValue *rval) { Sw...