source: svn/newcon3bcm2_21bu/dta/src/sim/gtkmain.c @ 26

Last change on this file since 26 was 26, checked in by phkim, 11 years ago
  1. phkim
  2. 서경방소에서 kctv 로고 변경
  • Property svn:executable set to *
File size: 178 bytes
Line 
1#include "gtk_app.h"
2
3int main( int   argc,
4                  char *argv[] )
5{
6        gtk_app_h h_app = gtk_app_init(argc,argv);
7
8        if (!h_app)
9        {
10                return -1;
11        }
12
13        gtk_app_run(h_app);
14
15        return 0;
16}
Note: See TracBrowser for help on using the repository browser.