summaryrefslogtreecommitdiff
path: root/src/bin/e_theme_about.h
blob: 12b377d866030cd61dd291eac0f6a3264ac1fea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifdef E_TYPEDEFS

typedef struct _E_Obj_Dialog E_Theme_About;

#else
#ifndef E_THEME_ABOUT_H
#define E_THEME_ABOUT_H

E_API E_Theme_About  *e_theme_about_new  (void);
E_API void            e_theme_about_show (E_Theme_About *about);

#endif
#endif