close Warning: Can't use blame annotator:
No changeset 2 in the repository

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

Last change on this file since 74 was 74, checked in by phkim, 10 years ago
  1. phkim
  2. zasc
  3. 변경 내용
    • CT_ChMapUpdatePMTAC3AudioDescriptor 메모리 leak 버그 수정
  • Property svn:executable set to *
File size: 178 bytes
RevLine 
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.