aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/evolution-shell/evolution-shell.types
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-05-27 03:41:29 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-05-28 21:56:30 +0800
commit70a9fcdf9c61c09fcac72ddf99e73cb57ed99017 (patch)
tree1fa36e300d0d126e889416f807bf7b09018bc63a /doc/reference/evolution-shell/evolution-shell.types
parent6c9a3243c9b335cb7e5873b15562263e74293dc2 (diff)
downloadgsoc2013-evolution-70a9fcdf9c61c09fcac72ddf99e73cb57ed99017.tar
gsoc2013-evolution-70a9fcdf9c61c09fcac72ddf99e73cb57ed99017.tar.gz
gsoc2013-evolution-70a9fcdf9c61c09fcac72ddf99e73cb57ed99017.tar.bz2
gsoc2013-evolution-70a9fcdf9c61c09fcac72ddf99e73cb57ed99017.tar.lz
gsoc2013-evolution-70a9fcdf9c61c09fcac72ddf99e73cb57ed99017.tar.xz
gsoc2013-evolution-70a9fcdf9c61c09fcac72ddf99e73cb57ed99017.tar.zst
gsoc2013-evolution-70a9fcdf9c61c09fcac72ddf99e73cb57ed99017.zip
Rename libeshell to libevolution-shell.
To make Evolution's shared libraries more consistent. Also rename the documentation module to evolution-shell.
Diffstat (limited to 'doc/reference/evolution-shell/evolution-shell.types')
-rw-r--r--doc/reference/evolution-shell/evolution-shell.types19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/reference/evolution-shell/evolution-shell.types b/doc/reference/evolution-shell/evolution-shell.types
new file mode 100644
index 0000000000..2bc9a71963
--- /dev/null
+++ b/doc/reference/evolution-shell/evolution-shell.types
@@ -0,0 +1,19 @@
+#include <shell/e-shell.h>
+#include <shell/e-shell-backend.h>
+#include <shell/e-shell-content.h>
+#include <shell/e-shell-searchbar.h>
+#include <shell/e-shell-sidebar.h>
+#include <shell/e-shell-switcher.h>
+#include <shell/e-shell-taskbar.h>
+#include <shell/e-shell-view.h>
+#include <shell/e-shell-window.h>
+
+e_shell_get_type
+e_shell_backend_get_type
+e_shell_content_get_type
+e_shell_searchbar_get_type
+e_shell_sidebar_get_type
+e_shell_switcher_get_type
+e_shell_taskbar_get_type
+e_shell_view_get_type
+e_shell_window_get_type