diff options
author | Dan Winship <danw@src.gnome.org> | 2000-10-26 06:43:42 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-10-26 06:43:42 +0800 |
commit | 83b2cac161c4b3b93110595cd171d9c806461d56 (patch) | |
tree | 6e323f19780001fc6160587129c96fc72bc81ba1 /composer/evolution-composer.h | |
parent | 34639f458f07c04eac1da2761d4e1c5b15250a46 (diff) | |
download | gsoc2013-evolution-83b2cac161c4b3b93110595cd171d9c806461d56.tar gsoc2013-evolution-83b2cac161c4b3b93110595cd171d9c806461d56.tar.gz gsoc2013-evolution-83b2cac161c4b3b93110595cd171d9c806461d56.tar.bz2 gsoc2013-evolution-83b2cac161c4b3b93110595cd171d9c806461d56.tar.lz gsoc2013-evolution-83b2cac161c4b3b93110595cd171d9c806461d56.tar.xz gsoc2013-evolution-83b2cac161c4b3b93110595cd171d9c806461d56.tar.zst gsoc2013-evolution-83b2cac161c4b3b93110595cd171d9c806461d56.zip |
Attach send/postpone signal handlers to the EMsgComposer.
* evolution-composer.c (init): Attach send/postpone signal
handlers to the EMsgComposer.
(evolution_composer_factory_init): Take send/postpone signal
handlers as arguments.
svn path=/trunk/; revision=6184
Diffstat (limited to 'composer/evolution-composer.h')
-rw-r--r-- | composer/evolution-composer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer/evolution-composer.h b/composer/evolution-composer.h index fe6deb6eb0..6f248dae22 100644 --- a/composer/evolution-composer.h +++ b/composer/evolution-composer.h @@ -60,7 +60,8 @@ void evolution_composer_construct (EvolutionComposer *, Evolution_Composer); EvolutionComposer *evolution_composer_new (void); -void evolution_composer_factory_init (void); +void evolution_composer_factory_init (void (*send) (EMsgComposer *, gpointer), + void (*postpone) (EMsgComposer *, gpointer)); #ifdef __cplusplus } |