aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-switcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-switcher.h')
-rw-r--r--shell/e-shell-switcher.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/e-shell-switcher.h b/shell/e-shell-switcher.h
index 499372f81e..2fbd7e6dae 100644
--- a/shell/e-shell-switcher.h
+++ b/shell/e-shell-switcher.h
@@ -18,6 +18,12 @@
* Boston, MA 02110-1301, USA.
*/
+/**
+ * SECTION: e-shell-switcher
+ * @short_description: buttons for switching views
+ * @include: shell/e-shell-switcher.h
+ **/
+
#ifndef E_SHELL_SWITCHER_H
#define E_SHELL_SWITCHER_H
@@ -50,6 +56,12 @@ typedef struct _EShellSwitcher EShellSwitcher;
typedef struct _EShellSwitcherClass EShellSwitcherClass;
typedef struct _EShellSwitcherPrivate EShellSwitcherPrivate;
+/**
+ * EShellSwitcher:
+ *
+ * Contains only private data that should be read and manipulated using the
+ * functions below.
+ **/
struct _EShellSwitcher {
GtkBin parent;
EShellSwitcherPrivate *priv;