aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-06-30 16:28:44 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-06-30 16:28:44 +0800
commit4e359621b1279dabd4aa573b61653109dda3fd83 (patch)
treeea3163fa8ae1ac3fc27fd81c1a63d7d55795b7c6 /shell
parentd35b129e063edd30eec44a31e3818df57916effe (diff)
downloadgsoc2013-evolution-4e359621b1279dabd4aa573b61653109dda3fd83.tar
gsoc2013-evolution-4e359621b1279dabd4aa573b61653109dda3fd83.tar.gz
gsoc2013-evolution-4e359621b1279dabd4aa573b61653109dda3fd83.tar.bz2
gsoc2013-evolution-4e359621b1279dabd4aa573b61653109dda3fd83.tar.lz
gsoc2013-evolution-4e359621b1279dabd4aa573b61653109dda3fd83.tar.xz
gsoc2013-evolution-4e359621b1279dabd4aa573b61653109dda3fd83.tar.zst
gsoc2013-evolution-4e359621b1279dabd4aa573b61653109dda3fd83.zip
Fix stupid typos and add a missing prototype.
svn path=/trunk/; revision=3823
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/evolution-shell-client.h14
2 files changed, 15 insertions, 4 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index ac11499d52..4b21bb879a 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2000-06-30 Ettore Perazzoli <ettore@helixcode.com>
+
+ * evolution-shell-client.h
+ (evolution_shell_client_user_select_folder): Add prototype.
+
2000-06-29 Ettore Perazzoli <ettore@helixcode.com>
* evolution-shell-component.c: New member `owner_client'. Removed
diff --git a/shell/evolution-shell-client.h b/shell/evolution-shell-client.h
index c1b693fd45..4b5d3dd151 100644
--- a/shell/evolution-shell-client.h
+++ b/shell/evolution-shell-client.h
@@ -59,10 +59,16 @@ struct _EvolutionShellClientClass {
};
-GtkType evolution_shell_client_get_type (void);
-void evolution_shell_client_construct (EvolutionShellClient *shell_client,
- Evolution_Shell corba_shell);
-EvolutionShellClient *evolution_shell_client_new (Evolution_Shell shell);
+GtkType evolution_shell_client_get_type (void);
+void evolution_shell_client_construct (EvolutionShellClient *shell_client,
+ Evolution_Shell corba_shell);
+EvolutionShellClient *evolution_shell_client_new (Evolution_Shell shell);
+
+void evolution_shell_client_user_select_folder (EvolutionShellClient *shell_client,
+ const char *title,
+ const char *default_folder,
+ char **uri_return,
+ char **physical_uri_return);
#ifdef __cplusplus
}