File: about_dialog.h

package info (click to toggle)
gimp 1.0.2-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 17,116 kB
  • ctags: 16,070
  • sloc: ansic: 226,067; lisp: 8,497; sh: 4,965; makefile: 4,543
file content (8 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#ifndef __ABOUT_DIALOG_H__
#define __ABOUT_DIALOG_H__


void about_dialog_create (int timeout);


#endif /* __ABOUT_DIALOG_H__ */