mirror of https://github.com/GNOME/gimp.git
9 lines
130 B
C
9 lines
130 B
C
|
#ifndef __ABOUT_DIALOG_H__
|
||
|
#define __ABOUT_DIALOG_H__
|
||
|
|
||
|
|
||
|
void about_dialog_create (int timeout);
|
||
|
|
||
|
|
||
|
#endif /* __ABOUT_DIALOG_H__ */
|