search for: swfdec_as_native_function_checkv

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

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
...ections.txt index 6ad2114..d8ef4fa 100644 --- a/doc/swfdec-sections.txt +++ b/doc/swfdec-sections.txt @@ -353,6 +353,9 @@ swfdec_as_function_call swfdec_as_native_function_new swfdec_as_native_function_set_construct_type swfdec_as_native_function_set_object_type +swfdec_as_native_function_check +swfdec_as_native_function_checkv +SWFDEC_AS_CHECK <SUBSECTION Standard> swfdec_as_function_get_type SwfdecAsFunctionClass diff --git a/libswfdec/swfdec_as_native_function.c b/libswfdec/swfdec_as_native_function.c index 4088604..c05faba 100644 --- a/libswfdec/swfdec_as_native_function.c +++ b/libswfdec/swfdec_as_native_fun...
2007 Oct 11
1
[PATCH] Fix compiler warnings that prevent compilation
..., context->memory, context->memory_since_gc); } diff --git a/libswfdec/swfdec_as_native_function.h b/libswfdec/swfdec_as_native_function.h index bbdce1d..88c172d 100644 --- a/libswfdec/swfdec_as_native_function.h +++ b/libswfdec/swfdec_as_native_function.h @@ -86,7 +86,7 @@ gboolean swfdec_as_native_function_checkv(SwfdecAsContext * cx, const char * args, va_list varargs); #define SWFDEC_AS_CHECK(type,result,...) G_STMT_START {\ - if (!swfdec_as_native_function_check (cx, object, type, (gpointer *) result, argc, argv, __VA_ARGS__)) \ + if (!swfdec_as_native_function_check (cx, objec...