search for: add_trace_s

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

2007 Feb 14
0
7 commits - libswfdec/swfdec_image.c libswfdec/swfdec_script.c libswfdec/swfdec_script.h test/Makefile.am test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_list.c test/swfedit_tag.c test/swfedit_token.c test/swfedit_token.h test/swfscript.c
...== 0) { + g_printerr ("No such action \"%s\"\n", actions[i]); + g_free (actions); + g_free (ret); + return NULL; + } + } + g_free (actions); + return ret; +} + +int +main (int argc, char **argv) +{ + SwfeditFile *file; + GError *error = NULL; + char *add_trace_s = NULL; + GOptionEntry options[] = { + { "add-trace", 't', 0, G_OPTION_ARG_STRING, &add_trace_s, "list of actions to trace", "ACTION, ACTION" }, + { NULL } + }; + GOptionContext *ctx; + + ctx = g_option_context_new (""); + g_option_cont...
2008 Jan 07
0
12 commits - configure.ac doc/swfdec.types Makefile.am test/crashfinder.c test/dump.c test/Makefile.am test/swfdec-extract.c test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c test/swfedit_file.h test/swfedit_list.c test/swfedit_list.h
...== 0) { - g_printerr ("No such action \"%s\"\n", actions[i]); - g_free (actions); - g_free (ret); - return NULL; - } - } - g_free (actions); - return ret; -} - -int -main (int argc, char **argv) -{ - SwfeditFile *file; - GError *error = NULL; - char *add_trace_s = NULL; - GOptionEntry options[] = { - { "add-trace", 't', 0, G_OPTION_ARG_STRING, &add_trace_s, "list of actions to trace", "ACTION, ACTION" }, - { NULL } - }; - GOptionContext *ctx; - - ctx = g_option_context_new (""); - g_option_cont...