aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-23 03:09:24 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-23 03:09:24 +0800
commit367221fa5e99f7cd2b687b18b367ddf167f2377f (patch)
tree606c13d3fb66c3370728223a400c21bb24d50e5a /shell/evolution-shell-component.h
parentfd9cceb0d77c9d5e6a53cdf08f42cf44008246d5 (diff)
downloadgsoc2013-evolution-367221fa5e99f7cd2b687b18b367ddf167f2377f.tar
gsoc2013-evolution-367221fa5e99f7cd2b687b18b367ddf167f2377f.tar.gz
gsoc2013-evolution-367221fa5e99f7cd2b687b18b367ddf167f2377f.tar.bz2
gsoc2013-evolution-367221fa5e99f7cd2b687b18b367ddf167f2377f.tar.lz
gsoc2013-evolution-367221fa5e99f7cd2b687b18b367ddf167f2377f.tar.xz
gsoc2013-evolution-367221fa5e99f7cd2b687b18b367ddf167f2377f.tar.zst
gsoc2013-evolution-367221fa5e99f7cd2b687b18b367ddf167f2377f.zip
New member `is_interactive' in `EShellPrivate'. (init): Init to %FALSE.
* e-shell.c: New member `is_interactive' in `EShellPrivate'. (init): Init to %FALSE. (set_interactive): New. (e_shell_create_view): Make interactive. (view_destroy_cb): If no views are left, make non-interactive. * evolution-shell-component.c (class_init): Set up the "interactive" signal. (impl_interactive): New implementation for the ::interactive method. (class_init): Install. * evolution-shell-component.h: New signal `interactive'. * Evolution-ShellComponent.idl: New method ::interactive. svn path=/trunk/; revision=13890
Diffstat (limited to 'shell/evolution-shell-component.h')
-rw-r--r--shell/evolution-shell-component.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/evolution-shell-component.h b/shell/evolution-shell-component.h
index bf8eaf4776..aebc161b82 100644
--- a/shell/evolution-shell-component.h
+++ b/shell/evolution-shell-component.h
@@ -143,6 +143,9 @@ struct _EvolutionShellComponentClass {
void (* debug) (EvolutionShellComponent *shell_component);
+ void (* interactive) (EvolutionShellComponent *shell_component,
+ gboolean is_interactive);
+
void (* handle_external_uri) (EvolutionShellComponent *shell_component,
const char *uri);