aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-module.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-module.h')
-rw-r--r--shell/e-shell-module.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/e-shell-module.h b/shell/e-shell-module.h
index b28b2f048a..4c4a45f957 100644
--- a/shell/e-shell-module.h
+++ b/shell/e-shell-module.h
@@ -18,6 +18,12 @@
* Boston, MA 02110-1301, USA.
*/
+/**
+ * SECTION: e-shell-module
+ * @short_description: dynamically loaded capabilities
+ * @include: shell/e-shell-module.h
+ **/
+
#ifndef E_SHELL_MODULE_H
#define E_SHELL_MODULE_H
@@ -89,6 +95,12 @@ struct _EShellModuleInfo {
gboolean (*shutdown) (EShellModule *shell_module);
};
+/**
+ * EShellModule:
+ *
+ * Contains only private data that should be read and manipulated using the
+ * functions below.
+ **/
struct _EShellModule {
GTypeModule parent;
EShellModulePrivate *priv;