From 171018d3116779391e550cdce5413f1ee893fa68 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 5 Oct 2001 18:17:48 +0000 Subject: If the owner is dead, emit "owner_died" instead of "owner_unset". * evolution-shell-component.c (impl_setOwner): If the owner is dead, emit "owner_died" instead of "owner_unset". (impl_owner_died): New, default implementation for "owner_died". (class_init): Install it. * evolution-shell-component.h: New signal "owner_died". svn path=/trunk/; revision=13449 --- shell/evolution-shell-component.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/evolution-shell-component.h') diff --git a/shell/evolution-shell-component.h b/shell/evolution-shell-component.h index 6d273e5337..bf8eaf4776 100644 --- a/shell/evolution-shell-component.h +++ b/shell/evolution-shell-component.h @@ -139,6 +139,8 @@ struct _EvolutionShellComponentClass { EvolutionShellClient *shell_client, const char *evolution_homedir); void (* owner_unset) (EvolutionShellComponent *shell_component); + void (* owner_died) (EvolutionShellComponent *shell_component); + void (* debug) (EvolutionShellComponent *shell_component); void (* handle_external_uri) (EvolutionShellComponent *shell_component, -- cgit v1.2.3