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

remmina_marshals.h « src - gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ed64aba566ede3030ca2a8e3a903610f9c27f064 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef __remmina_marshal_MARSHAL_H__
#define __remmina_marshal_MARSHAL_H__

#include        <glib-object.h>

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);

/* 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);

G_END_DECLS

#endif /* __remmina_marshal_MARSHAL_H__ */