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:
authorAntenore Gatta <antenore@simbiosi.org>2019-11-03 17:37:36 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-11-03 17:37:36 +0300
commit6f10ec424a0b1a60fcebe62272228cb5f83e589d (patch)
tree640565857546bad51a003061ec8aac6fdc80316a /src/remmina_marshals.h
parent95a047c54acb82aa2b9ead799506b66a68edd8b3 (diff)
Code cleaning
Diffstat (limited to 'src/remmina_marshals.h')
-rw-r--r--src/remmina_marshals.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/remmina_marshals.h b/src/remmina_marshals.h
index ed64aba56..005e14fdc 100644
--- a/src/remmina_marshals.h
+++ b/src/remmina_marshals.h
@@ -6,14 +6,11 @@
G_BEGIN_DECLS
/* BOOLEAN:INT (remminamarshals.list:4) */
-extern void remmina_marshal_BOOLEAN__INT(GClosure *closure, GValue *return_value, guint n_param_values,
- const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);
+extern void remmina_marshal_BOOLEAN__INT(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);
/* BOOLEAN:INT,STRING (remminamarshals.list:5) */
-extern void remmina_marshal_BOOLEAN__INT_STRING(GClosure *closure, GValue *return_value, guint n_param_values,
- const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);
+extern void remmina_marshal_BOOLEAN__INT_STRING(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);
G_END_DECLS
#endif /* __remmina_marshal_MARSHAL_H__ */
-