search for: b436e86

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

Did you mean: 43686
2007 Apr 04
0
Branch 'as' - 17 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
...SwfdecAmfType expected_type, + SwfdecAsValue * rval); +guint swfdec_amf_parse (SwfdecAsContext * context, + SwfdecBits * bits, + guint n_items, ...); diff --git a/libswfdec/swfdec_as_array.c b/libswfdec/swfdec_as_array.c new file mode 100644 index 0000000..b436e86 --- /dev/null +++ b/libswfdec/swfdec_as_array.c @@ -0,0 +1,104 @@ +/* SwfdecAs + * Copyright (C) 2007 Benjamin Otte <otte@gnome.org> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by...