annotate src/bluetooth/marshal.h @ 2846:3d7f01edb388

updated pairing agent - added bonding signals
author Paula Stanciu <paula.stanciu@gmail.com>
date Sun, 27 Jul 2008 22:15:41 +0300
parents 6cc858a726b8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2648
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
1
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
2 #ifndef __marshal_MARSHAL_H__
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
3 #define __marshal_MARSHAL_H__
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
4
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
5 #include <glib-object.h>
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
6
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
7 G_BEGIN_DECLS
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
8
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
9 /* VOID:STRING,UINT,INT (marshal.list:1) */
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
10 extern void marshal_VOID__STRING_UINT_INT (GClosure *closure,
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
11 GValue *return_value,
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
12 guint n_param_values,
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
13 const GValue *param_values,
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
14 gpointer invocation_hint,
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
15 gpointer marshal_data);
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
16
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
17 /* VOID:STRING,STRING (marshal.list:2) */
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
18 extern void marshal_VOID__STRING_STRING (GClosure *closure,
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
19 GValue *return_value,
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
20 guint n_param_values,
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
21 const GValue *param_values,
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
22 gpointer invocation_hint,
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
23 gpointer marshal_data);
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
24
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
25 G_END_DECLS
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
26
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
27 #endif /* __marshal_MARSHAL_H__ */
6cc858a726b8 added the marshal files
Paula Stanciu <paula.stanciu@gmail.com>
parents:
diff changeset
28