From 7733348dcc86add1bdd241e20f7b3afeb66250ec Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 25 Mar 2003 14:01:46 +0000 Subject: add a "new_view_xid" arg, so the component has a window id to make use of * Evolution-ShellComponent.idl (interactive): add a "new_view_xid" arg, so the component has a window id to make use of as a parent if it needs to pop up a dialog. * e-shell.c (set_interactive): Pass the new_view_xid when going interactive. (e_shell_set_interactive): Remove this since it wasn't being used, and couldn't be used for anything except lying to the components. * evolution-shell-component.c (evolution_shell_component_class_init): Update "interactive" signal definition (impl_interactive): Update prototype and signal emission * e-shell-marshal.list (NONE:BOOL,INT): add svn path=/trunk/; revision=20493 --- shell/e-shell-marshal.list | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/e-shell-marshal.list') diff --git a/shell/e-shell-marshal.list b/shell/e-shell-marshal.list index 027a53e725..f1ae29622d 100644 --- a/shell/e-shell-marshal.list +++ b/shell/e-shell-marshal.list @@ -1,4 +1,5 @@ NONE:BOOL +NONE:BOOL,INT NONE:INT NONE:INT,INT NONE:INT,POINTER -- cgit v1.2.3