aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/component/e-summary-callbacks.h
blob: 6b908d694c2c181326d1338f945d25b3407d0db3 (plain) (blame)
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