Functions

app_main.c File Reference

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"
Include dependency graph for app_main.c:

Functions

int main (int argc, char *argv[])
 entry point to the program

Detailed Description

Main file and entry point for our example application.

Author:
KLK
Version:
1.0
Date:
April 14, 2010

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.


Function Documentation

main ( int  argc,
char *  argv[] 
)

entry point to the program

Parameters:
argc is the number of arguments
argv is a pointer to arguments

Here is the call graph for this function: