Main file and entry point for our example application. More...
#include <gtk/gtk.h>#include "vos.h"#include "app_api.h"#include "support.h"#include "app_main.h"#include "app_itf.h"
Functions | |
| int | main (int argc, char *argv[]) |
| entry point to the program | |
Main file and entry point for our example application.
This is the entry point for the application. It configure audio path, init GTK+, create the GUI interface, and connect it to the KMS agent.
| main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
entry point to the program
| argc | is the number of arguments | |
| argv | is a pointer to arguments |

1.7.1