summaryrefslogtreecommitdiff
path: root/panels/sharing/cc-remote-login.h
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2013-01-14 17:58:44 +0000
committerThomas Wood <thomas.wood@intel.com>2013-01-14 18:06:20 +0000
commitb30d0133b98aa3288df2a70bf24279569adf2ab8 (patch)
treeb1179099a51d3177fea86e40dc1cbc1397fb15fd /panels/sharing/cc-remote-login.h
parentf3a35fb57373c581c470c1bfbe72f3baf80ec3b2 (diff)
downloadgnome-control-center-b30d0133b98aa3288df2a70bf24279569adf2ab8.tar.gz
Add initial implementation of the new Sharing panel
https://bugzilla.gnome.org/show_bug.cgi?id=687772
Diffstat (limited to 'panels/sharing/cc-remote-login.h')
-rw-r--r--panels/sharing/cc-remote-login.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/panels/sharing/cc-remote-login.h b/panels/sharing/cc-remote-login.h
new file mode 100644
index 000000000..fe6b6d2bd
--- /dev/null
+++ b/panels/sharing/cc-remote-login.h
@@ -0,0 +1,30 @@
+/*
+ * Copyright (C) 2013 Intel, Inc
+ *
+ * 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; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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.
+ *
+ * Author: Thomas Wood <thomas.wood@intel.com>
+ *
+ */
+
+#ifndef __CC_REMOTE_LOGIN_H__
+#define __CC_REMOTE_LOGIN_H__
+
+#include <gtk/gtk.h>
+
+void cc_remote_login_get_enabled (GtkSwitch *gtkswitch);
+gboolean cc_remote_login_set_enabled (gboolean enabled);
+
+#endif /* __CC_REMOTE_LOGIN_H__ **/