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