enlightenment/src/bin/e_about.h

14 lines
224 B
C
Raw Normal View History

#ifdef E_TYPEDEFS
typedef struct _E_Obj_Dialog E_About;
#else
#ifndef E_ABOUT_H
#define E_ABOUT_H
EAPI E_About *e_about_new (E_Container *con);
EAPI void e_about_show (E_About *about);
2012-06-20 23:19:43 -07:00
#endif
#endif