event.h 1014 B

1234567891011121314151617181920212223242526
  1. #ifndef MC__WIDGET_EVENT_H
  2. #define MC__WIDGET_EVENT_H
  3. #include "lib/event.h"
  4. /*** typedefs(not structures) and defined constants **********************************************/
  5. /*** enums ***************************************************************************************/
  6. /*** structures declarations (and typedefs of structures)*****************************************/
  7. /*** global variables defined in .c file *********************************************************/
  8. /*** declarations of public functions ************************************************************/
  9. void mc_widget_init_events (GError ** error);
  10. gboolean mc_widget_dialog_show_dialog_list (event_info_t * event_info, gpointer data,
  11. GError ** error);
  12. gboolean mc_widget_input_show_history (event_info_t * event_info, gpointer data, GError ** error);
  13. /*** inline functions ****************************************************************************/
  14. #endif /* MC__WIDGET_EVENT_H */