aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-ui-manager.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-03-22 05:24:42 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-03-22 05:24:42 +0800
commitf9dd2dd10b3639a5924b7724624547ae56f2a4a0 (patch)
treeea1786de144181baff143ab346fc229bb2bf57b2 /e-util/e-ui-manager.c
parentecdb79111cdc6a38234655b668d81d1fed95ec30 (diff)
downloadgsoc2013-evolution-f9dd2dd10b3639a5924b7724624547ae56f2a4a0.tar
gsoc2013-evolution-f9dd2dd10b3639a5924b7724624547ae56f2a4a0.tar.gz
gsoc2013-evolution-f9dd2dd10b3639a5924b7724624547ae56f2a4a0.tar.bz2
gsoc2013-evolution-f9dd2dd10b3639a5924b7724624547ae56f2a4a0.tar.lz
gsoc2013-evolution-f9dd2dd10b3639a5924b7724624547ae56f2a4a0.tar.xz
gsoc2013-evolution-f9dd2dd10b3639a5924b7724624547ae56f2a4a0.tar.zst
gsoc2013-evolution-f9dd2dd10b3639a5924b7724624547ae56f2a4a0.zip
Move "section" documentation out of header files.
Diffstat (limited to 'e-util/e-ui-manager.c')
-rw-r--r--e-util/e-ui-manager.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/e-util/e-ui-manager.c b/e-util/e-ui-manager.c
index d7c249af06..4086707e81 100644
--- a/e-util/e-ui-manager.c
+++ b/e-util/e-ui-manager.c
@@ -16,6 +16,15 @@
*
*/
+/**
+ * SECTION: e-ui-manager
+ * @short_description: construct menus and toolbars from a UI definition
+ * @include: e-util/e-ui-manager.h
+ *
+ * This is a #GtkUIManager with support for Evolution's "express" mode,
+ * which influences the parsing of UI definitions.
+ **/
+
#include "e-ui-manager.h"
#include "e-util-private.h"