From 367221fa5e99f7cd2b687b18b367ddf167f2377f Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 22 Oct 2001 19:09:24 +0000 Subject: 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 --- shell/evolution-shell-component.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shell/evolution-shell-component.h') 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); -- cgit