File: about_dialog.h

package info (click to toggle)
gimp 1.0.0-1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 16,832 kB
  • ctags: 16,019
  • sloc: ansic: 225,077; lisp: 8,497; makefile: 4,769; sh: 2,154
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__ */