enlightenment/src/bin/e_int_menus.h

9 lines
203 B
C
Raw Normal View History

#ifndef E_INT_MENUS_H
#define E_INT_MENUS_H
EAPI E_Menu *e_int_menus_about_new(void);
EAPI E_Menu *e_int_menus_client_new(void);
EAPI E_Menu *e_int_menus_apps_new(char *dir, int top);
#endif