aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-sidebar.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-sidebar.h')
-rw-r--r--shell/e-sidebar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-sidebar.h b/shell/e-sidebar.h
index c93300c53f..8bf6eeb51f 100644
--- a/shell/e-sidebar.h
+++ b/shell/e-sidebar.h
@@ -52,7 +52,9 @@ struct _ESidebar {
struct _ESidebarClass {
GtkContainerClass parent_class;
+ /* signals */
void (* button_selected) (ESidebar *sidebar, int id);
+ void (* button_pressed) (ESidebar *sidebar, GdkEventButton *event, int id);
};