summaryrefslogtreecommitdiff
path: root/settings/xfce4-session-settings-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'settings/xfce4-session-settings-common.h')
-rw-r--r--settings/xfce4-session-settings-common.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/settings/xfce4-session-settings-common.h b/settings/xfce4-session-settings-common.h
new file mode 100644
index 00000000..76a53071
--- /dev/null
+++ b/settings/xfce4-session-settings-common.h
@@ -0,0 +1,29 @@
+/*
+ * Copyright (c) 2008 Brian Tarricone <bjt23@cornell.edu>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License ONLY.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+#ifndef __XFCE4_SESSION_SETTINGS_COMMON_H__
+#define __XFCE4_SESSION_SETTINGS_COMMON_H__
+
+#include <glade/glade.h>
+
+#define SETTINGS_CHANNEL "xfce4-session"
+
+void startup_settings_init(GladeXML *gxml);
+void splash_settings_init(GladeXML *gxml);
+void session_editor_init(GladeXML *gxml);
+
+#endif