aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-04-07 09:44:02 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-04-07 09:44:02 +0800
commitcc0748768a7f1115590d627a92337fe657158bab (patch)
treed0c2f55849088b2c649b204f8302838220c4f302 /shell/evolution-shell-component.h
parent102637d0fe97ccdf3a1131d41d04286b135a6be0 (diff)
downloadgsoc2013-evolution-cc0748768a7f1115590d627a92337fe657158bab.tar
gsoc2013-evolution-cc0748768a7f1115590d627a92337fe657158bab.tar.gz
gsoc2013-evolution-cc0748768a7f1115590d627a92337fe657158bab.tar.bz2
gsoc2013-evolution-cc0748768a7f1115590d627a92337fe657158bab.tar.lz
gsoc2013-evolution-cc0748768a7f1115590d627a92337fe657158bab.tar.xz
gsoc2013-evolution-cc0748768a7f1115590d627a92337fe657158bab.tar.zst
gsoc2013-evolution-cc0748768a7f1115590d627a92337fe657158bab.zip
[#40536]
2003-04-07 Not Zed <NotZed@Ximian.com> [#40536] * evolution-shell-component.c (impl_interactive): If going interactive, track the view id in a private area. (evolution_shell_component_get_parent_view_xid): Accessor method to retrieve the current view xid. svn path=/trunk/; revision=20690
Diffstat (limited to 'shell/evolution-shell-component.h')
-rw-r--r--shell/evolution-shell-component.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/evolution-shell-component.h b/shell/evolution-shell-component.h
index 7cf6686ee0..53d9a4aae9 100644
--- a/shell/evolution-shell-component.h
+++ b/shell/evolution-shell-component.h
@@ -197,6 +197,8 @@ EvolutionShellComponent *evolution_shell_component_new (const EvolutionShellComp
void *closure);
EvolutionShellClient *evolution_shell_component_get_owner (EvolutionShellComponent *shell_component);
+gulong evolution_shell_component_get_parent_view_xid(EvolutionShellComponent *shell_component);
+
void evolution_shell_component_add_user_creatable_item (EvolutionShellComponent *shell_component,
const char *id,
const char *description,