view 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
line wrap: on
line source


#ifndef __marshal_MARSHAL_H__
#define __marshal_MARSHAL_H__

#include	<glib-object.h>

G_BEGIN_DECLS

/* VOID:STRING,UINT,INT (marshal.list:1) */
extern void marshal_VOID__STRING_UINT_INT (GClosure     *closure,
                                           GValue       *return_value,
                                           guint         n_param_values,
                                           const GValue *param_values,
                                           gpointer      invocation_hint,
                                           gpointer      marshal_data);

/* VOID:STRING,STRING (marshal.list:2) */
extern void marshal_VOID__STRING_STRING (GClosure     *closure,
                                         GValue       *return_value,
                                         guint         n_param_values,
                                         const GValue *param_values,
                                         gpointer      invocation_hint,
                                         gpointer      marshal_data);

G_END_DECLS

#endif /* __marshal_MARSHAL_H__ */