diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-12-14 06:18:51 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-12-14 06:28:32 +0800 |
commit | 6b53dd8da13d35ce3e8130b25584371473927a4f (patch) | |
tree | 9c59d7e2aec1cb2d018c58d0329d6d690d96369d /shell/e-shell-utils.c | |
parent | 71c7a293ef624766a5eba11c402bec54e3b217dc (diff) | |
download | gsoc2013-evolution-6b53dd8da13d35ce3e8130b25584371473927a4f.tar.gz gsoc2013-evolution-6b53dd8da13d35ce3e8130b25584371473927a4f.tar.zst gsoc2013-evolution-6b53dd8da13d35ce3e8130b25584371473927a4f.zip |
libeshell documentation cleanups.
Diffstat (limited to 'shell/e-shell-utils.c')
-rw-r--r-- | shell/e-shell-utils.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/e-shell-utils.c b/shell/e-shell-utils.c index e790d5811a..1bdc82913d 100644 --- a/shell/e-shell-utils.c +++ b/shell/e-shell-utils.c @@ -285,11 +285,12 @@ e_shell_utils_import_uris (EShell *shell, * e_shell_hide_widgets_for_express_mode: * @shell: an #EShell * @builder: a #GtkBuilder - * @widget_name: NULL-terminated list of strings + * @widget_name: first widget name to hide + * @...: %NULL-terminated list of additional widget names to hide * * If Evolution is running in Express mode (i.e. if the specified @shell is * in Express mode), then this function will hide a list of widgets, based - * on their specified names. The list of names must be NULL-terminated, + * on their specified names. The list of names must be %NULL-terminated, * and each element of that list must be the name of a widget present in * @builder. Those widgets will then get hidden. * |