search for: 39a89c5

Displaying 3 results from an estimated 3 matches for "39a89c5".

Did you mean: 3989c1
2007 Jan 22
0
Branch 'interpreter' - 3 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_swf_decoder.c test/Makefile.am test/swfedit.c test/swfedit_file.c test/swfedit_file.h test/swfedit_tag.c test/swfedit_tag.h test/swfedit_token.c test/swfedit_token.h
...dup (filename); + if (!swfedit_file_parse (file, &bits, error)) { + swfdec_buffer_unref (buffer); + g_object_unref (file); + return NULL; + } + swfdec_buffer_unref (buffer); + return file; +} diff --git a/test/swfedit_file.h b/test/swfedit_file.h new file mode 100644 index 0000000..39a89c5 --- /dev/null +++ b/test/swfedit_file.h @@ -0,0 +1,59 @@ +/* Swfedit + * 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 the Free...
2007 Jan 25
0
Branch 'interpreter' - 28 commits - configure.ac libswfdec/js libswfdec/swfdec_buffer.c libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_js.c libswfdec/swfdec_js_global.c libswfdec/swfdec_js.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_player.c
..._ERROR_FAILED, + "Failed to render file"); + return FALSE; + } + ret = g_file_set_contents (file->filename, (char *) buffer->data, + buffer->length, error); + swfdec_buffer_unref (buffer); + return ret; +} + diff --git a/test/swfedit_file.h b/test/swfedit_file.h index 39a89c5..e904950 100644 --- a/test/swfedit_file.h +++ b/test/swfedit_file.h @@ -39,9 +39,6 @@ struct _SwfeditFile { SwfeditToken token; char * filename; /* name this file is saved to */ - - /* defined objects */ - GList * tags; /* ordered list of all tags in the file */ }; struct _Swfedit...
2007 Feb 06
0
109 commits - configure.ac libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_codec_screen.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h
..._ERROR_FAILED, + "Failed to render file"); + return FALSE; + } + ret = g_file_set_contents (file->filename, (char *) buffer->data, + buffer->length, error); + swfdec_buffer_unref (buffer); + return ret; +} + diff --git a/test/swfedit_file.h b/test/swfedit_file.h index 39a89c5..e904950 100644 --- a/test/swfedit_file.h +++ b/test/swfedit_file.h @@ -39,9 +39,6 @@ struct _SwfeditFile { SwfeditToken token; char * filename; /* name this file is saved to */ - - /* defined objects */ - GList * tags; /* ordered list of all tags in the file */ }; struct _Swfedit...