aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r--shell/e-shell.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h
index 5b804b3f4a..544872a554 100644
--- a/shell/e-shell.h
+++ b/shell/e-shell.h
@@ -20,6 +20,12 @@
*
*/
+/**
+ * SECTION: e-shell
+ * @short_description: the backbone of Evolution
+ * @include: shell/e-shell.h
+ **/
+
#ifndef E_SHELL_H
#define E_SHELL_H
@@ -53,6 +59,12 @@ typedef struct _EShellPrivate EShellPrivate;
typedef enum _EShellLineStatus EShellLineStatus;
+/**
+ * EShell:
+ *
+ * Contains only private data that should be read and manipulated using the
+ * functions below.
+ **/
struct _EShell {
GObject parent;
EShellPrivate *priv;