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

Last change on this file since 69 was 69, checked in by phkim, 10 years ago

1.phkim

  1. 광주방송
  2. 변경내용
    • VBI 캡션 disabled
  • 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.