aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-window-private.h')
-rw-r--r--shell/e-shell-window-private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/e-shell-window-private.h b/shell/e-shell-window-private.h
index deb27e85f5..53a086fba9 100644
--- a/shell/e-shell-window-private.h
+++ b/shell/e-shell-window-private.h
@@ -33,6 +33,10 @@
#include "e-online-button.h"
#include "e-sidebar.h"
+#define E_SHELL_WINDOW_GET_PRIVATE(obj) \
+ (G_TYPE_INSTANCE_GET_PRIVATE \
+ ((obj), E_TYPE_SHELL_WINDOW, EShellWindowPrivate))
+
/* Shorthand, requires a variable named "window". */
#define ACTION(name) (E_SHELL_WINDOW_ACTION_##name (window))
#define ACTION_GROUP(name) (E_SHELL_WINDOW_ACTION_GROUP_##name (window))