blob: 6b908d694c2c181326d1338f945d25b3407d0db3 (
plain) (
tree)
|
|
#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
|