aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component-client.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-07-21 16:50:12 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-07-21 16:50:12 +0800
commit7d6ff2410ae4d929a345fa3fbc16349819f74f5c (patch)
tree23b96fe5e9808f6db5d468c03721c583f643a35d /shell/evolution-shell-component-client.h
parent028b507eca8a5942e8d812561f1bf2c6cb5cc3df (diff)
downloadgsoc2013-evolution-7d6ff2410ae4d929a345fa3fbc16349819f74f5c.tar
gsoc2013-evolution-7d6ff2410ae4d929a345fa3fbc16349819f74f5c.tar.gz
gsoc2013-evolution-7d6ff2410ae4d929a345fa3fbc16349819f74f5c.tar.bz2
gsoc2013-evolution-7d6ff2410ae4d929a345fa3fbc16349819f74f5c.tar.lz
gsoc2013-evolution-7d6ff2410ae4d929a345fa3fbc16349819f74f5c.tar.xz
gsoc2013-evolution-7d6ff2410ae4d929a345fa3fbc16349819f74f5c.tar.zst
gsoc2013-evolution-7d6ff2410ae4d929a345fa3fbc16349819f74f5c.zip
Add support for the folder right-click ("context") menu. No component
uses this yet, though. svn path=/trunk/; revision=4252
Diffstat (limited to 'shell/evolution-shell-component-client.h')
-rw-r--r--shell/evolution-shell-component-client.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/evolution-shell-component-client.h b/shell/evolution-shell-component-client.h
index d128ee54ab..b591997126 100644
--- a/shell/evolution-shell-component-client.h
+++ b/shell/evolution-shell-component-client.h
@@ -88,6 +88,11 @@ void evolution_shell_component_client_async_remove_folder (EvolutionShellCompo
EvolutionShellComponentClientCallback callback,
void *data);
+void evolution_shell_component_client_populate_folder_context_menu (EvolutionShellComponentClient *shell_component_client,
+ BonoboUIHandler *uih,
+ const char *physical_uri,
+ const char *type);
+
#ifdef cplusplus
}
#endif /* cplusplus */