aboutsummaryrefslogtreecommitdiffstats
path: root/mail/subscribe-control-factory.h
blob: 7c1eaa0b180349960dafc6515d221dbb0add574d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
 * subscribe-control-factory.h: A Bonobo Control factory for Subscribe Controls
 *
 * Author:
 *   Chris Toshok (toshok@helixcode.com)
 *
 * (C) 2000 Helix Code, Inc.
 */

#ifndef _SUBSCRIBE_CONTROL_FACTORY_H
#define _SUBSCRIBE_CONTROL_FACTORY_H

#include <bonobo.h>
#include "Evolution.h"

BonoboControl *subscribe_control_factory_new_control       (const char            *uri,
                                const Evolution_Shell  shell);
GList         *subscribe_control_factory_get_control_list  (void);

#endif /* _SUBSCRIBE_CONTROL_FACTORY_H */