diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-07-18 09:26:25 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-07-19 01:28:10 +0800 |
commit | a11439aeaf8009d36c3a93bb62fa18efdef8d0e0 (patch) | |
tree | ee6103abac7a55e3fcb685dcd7e87286f468d01f /shell/e-shell-utils.h | |
parent | 61176abc4131f4379e43b4c3031cde89ad88a2a9 (diff) | |
download | gsoc2013-evolution-a11439aeaf8009d36c3a93bb62fa18efdef8d0e0.tar.gz gsoc2013-evolution-a11439aeaf8009d36c3a93bb62fa18efdef8d0e0.tar.zst gsoc2013-evolution-a11439aeaf8009d36c3a93bb62fa18efdef8d0e0.zip |
Update API documentation.
Diffstat (limited to 'shell/e-shell-utils.h')
-rw-r--r-- | shell/e-shell-utils.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/shell/e-shell-utils.h b/shell/e-shell-utils.h index 1b7202a5c5..c9237b983d 100644 --- a/shell/e-shell-utils.h +++ b/shell/e-shell-utils.h @@ -50,10 +50,11 @@ guint e_shell_utils_import_uris (EShell *shell, gchar **uris, gboolean preview); -void e_shell_hide_widgets_for_express_mode (EShell *shell, - GtkBuilder *builder, - const gchar *widget_name, - ...) G_GNUC_NULL_TERMINATED; +void e_shell_hide_widgets_for_express_mode + (EShell *shell, + GtkBuilder *builder, + const gchar *widget_name, + ...) G_GNUC_NULL_TERMINATED; G_END_DECLS |