30 |
* license: disclaimer + where to find the full license |
* license: disclaimer + where to find the full license |
31 |
* website: url to the project homepage |
* website: url to the project homepage |
32 |
*/ |
*/ |
33 |
|
|
34 |
|
#ifndef ABOUT_H |
35 |
|
#define ABOUT_H |
36 |
GtkAboutDialog* about_create (const gchar* name, |
GtkAboutDialog* about_create (const gchar* name, |
37 |
const gchar* version, |
const gchar* version, |
38 |
const gchar* copyright, |
const gchar* copyright, |
46 |
void about_hide (GtkAboutDialog* dialog); |
void about_hide (GtkAboutDialog* dialog); |
47 |
|
|
48 |
void about_destroy (GtkAboutDialog* dialog); |
void about_destroy (GtkAboutDialog* dialog); |
49 |
|
#endif |