search for: swfdec_as_object_find_va

Displaying 1 result from an estimated 1 matches for "swfdec_as_object_find_va".

2007 Apr 12
0
Branch 'as' - 14 commits - libswfdec-gtk/swfdec_playback_alsa.c 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 libswfdec/swfdec_as_function.h
...ive native, guint min_args); void swfdec_as_function_call (SwfdecAsFunction * function, diff --git a/libswfdec/swfdec_as_object.c b/libswfdec/swfdec_as_object.c index 5cda61b..a064716 100644 --- a/libswfdec/swfdec_as_object.c +++ b/libswfdec/swfdec_as_object.c @@ -296,6 +296,87 @@ swfdec_as_object_find_variable (SwfdecAs } /** + * swfdec_as_object_set_variable_flags: + * @object: a #SwfdecAsObject + * @variable: the variable to modify + * @flags: flags to set + * + * Sets the given flags for the given variable. + **/ +void +swfdec_as_object_set_variable_flags (SwfdecAsObject *object, + const...