1 2 3 4 5 6 7 8 9 10
#ifndef __E_SUMMARY_CALLBACKS_H__ #define __E_SUMMARY_CALLBACKS_H__ void embed_service (GtkWidget *widget, ESummary *esummary); void new_mail (GtkWidget *widget, ESummary *esummary); void configure_summary (GtkWidget *widget, ESummary *esummary); #endif