Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Moreau <marcandre.moreau@gmail.com>2012-01-01 21:40:56 +0400
committerMarc-André Moreau <marcandre.moreau@gmail.com>2012-01-01 21:40:56 +0400
commitd907592117293e309c865bff1f92cb33e95f8326 (patch)
treec9eded9a0aaf518374d33e96b9a7d963e86e99dd /remmina-plugins/rdp/rdp_settings.h
parent6c504f4b0bfcbea48614caae7c486b05ad46f1d5 (diff)
rdp: refactoring
Diffstat (limited to 'remmina-plugins/rdp/rdp_settings.h')
-rw-r--r--remmina-plugins/rdp/rdp_settings.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/remmina-plugins/rdp/rdp_settings.h b/remmina-plugins/rdp/rdp_settings.h
new file mode 100644
index 000000000..44c2c6a29
--- /dev/null
+++ b/remmina-plugins/rdp/rdp_settings.h
@@ -0,0 +1,33 @@
+/*
+ * Remmina - The GTK+ Remote Desktop Client
+ * Copyright (C) 2010-2011 Vic Lee
+ *
+ * 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., 59 Temple Place, Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+#ifndef __REMMINA_RDP_SETTINGS_H__
+#define __REMMINA_RDP_SETTINGS_H__
+
+G_BEGIN_DECLS
+
+void remmina_rdp_settings_init (void);
+guint remmina_rdp_settings_get_keyboard_layout (void);
+GtkWidget* remmina_rdp_settings_new (void);
+
+G_END_DECLS
+
+#endif
+