diff options
Diffstat (limited to 'shell/e-shell-content.h')
-rw-r--r-- | shell/e-shell-content.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-shell-content.h b/shell/e-shell-content.h index 035168d0c4..98ec2c8f68 100644 --- a/shell/e-shell-content.h +++ b/shell/e-shell-content.h @@ -101,6 +101,9 @@ gboolean e_shell_content_get_filter_visible void e_shell_content_set_filter_visible (EShellContent *shell_content, gboolean filter_visible); +void e_shell_content_add_filter_separator_before + (EShellContent *shell_content, + gint action_value); void e_shell_content_add_filter_separator_after (EShellContent *shell_content, gint action_value); |