1 2 3 4 5 6 7 8 9 10 11 12
#ifndef __E_SUMMARY_CALLBACKS_H__ #define __E_SUMMARY_CALLBACKS_H__ #include "e-summary.h" void embed_service (GtkWidget *widget, ESummary *esummary); void new_mail (GtkWidget *widget, ESummary *esummary); void configure_summary (GtkWidget *widget, ESummary *esummary); #endif