diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-12-02 06:13:17 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-12-02 06:15:23 +0800 |
commit | 9379111ae48dd0e9eaea3fcdd14593414a60c115 (patch) | |
tree | cac3c012b39e0dbcb9e8893638048ac6d783be21 /shell/e-shell-taskbar.h | |
parent | e5883102e426d982875c8840347bdbb72db2f258 (diff) | |
download | gsoc2013-evolution-9379111ae48dd0e9eaea3fcdd14593414a60c115.tar.gz gsoc2013-evolution-9379111ae48dd0e9eaea3fcdd14593414a60c115.tar.zst gsoc2013-evolution-9379111ae48dd0e9eaea3fcdd14593414a60c115.zip |
Add e_shell_taskbar_get_activity_count().
For Anjal.
This really belongs in EShellBackend but the infrastructure is not
there yet.
Diffstat (limited to 'shell/e-shell-taskbar.h')
-rw-r--r-- | shell/e-shell-taskbar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-taskbar.h b/shell/e-shell-taskbar.h index 3c3d40010e..d2ebfbb0c4 100644 --- a/shell/e-shell-taskbar.h +++ b/shell/e-shell-taskbar.h @@ -81,6 +81,8 @@ const gchar * e_shell_taskbar_get_message (EShellTaskbar *shell_taskbar); void e_shell_taskbar_set_message (EShellTaskbar *shell_taskbar, const gchar *message); void e_shell_taskbar_unset_message (EShellTaskbar *shell_taskbar); +guint e_shell_taskbar_get_activity_count + (EShellTaskbar *shell_taskbar); G_END_DECLS |