enlightenment/src/bin/e_theme_about.h

14 lines
258 B
C
Raw Normal View History

#ifdef E_TYPEDEFS
typedef struct _E_Obj_Dialog E_Theme_About;
#else
#ifndef E_THEME_ABOUT_H
#define E_THEME_ABOUT_H
EAPI E_Theme_About *e_theme_about_new (E_Container *con);
EAPI void e_theme_about_show (E_Theme_About *about);
2012-06-20 23:19:43 -07:00
#endif
#endif