aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-window.h')
-rw-r--r--shell/e-shell-window.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/e-shell-window.h b/shell/e-shell-window.h
index 8ad69a7e65..ac584475a3 100644
--- a/shell/e-shell-window.h
+++ b/shell/e-shell-window.h
@@ -21,6 +21,12 @@
*
*/
+/**
+ * SECTION: e-shell-window
+ * @short_description: the main window
+ * @include: shell/e-shell-window.h
+ **/
+
#ifndef E_SHELL_WINDOW_H
#define E_SHELL_WINDOW_H
@@ -51,6 +57,12 @@ typedef struct _EShellWindow EShellWindow;
typedef struct _EShellWindowClass EShellWindowClass;
typedef struct _EShellWindowPrivate EShellWindowPrivate;
+/**
+ * EShellWindow:
+ *
+ * Contains only private data that should be read and manipulated using the
+ * functions below.
+ **/
struct _EShellWindow {
GtkWindow parent;
EShellWindowPrivate *priv;