blob: bc0d934384f3b34657fd8c8388a048a94d684d54 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#ifndef __E_MINICARD_CONTROL_H__
#define __E_MINICARD_CONTROL_H__
#include <bonobo/bonobo-control.h>
BonoboControl *e_minicard_control_new (void);
#endif /* __E_MINICARD_CONTROL_H__ */
|