~ubuntu-branches/ubuntu/utopic/glib2.0/utopic

« back to all changes in this revision

Viewing changes to tests/gobject/testmarshal.h

Tags: upstream-2.12.12
ImportĀ upstreamĀ versionĀ 2.12.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef __test_marshal_MARSHAL_H__
 
3
#define __test_marshal_MARSHAL_H__
 
4
 
 
5
#include        <glib-object.h>
 
6
 
 
7
G_BEGIN_DECLS
 
8
 
 
9
/* BOOLEAN:INT (./testmarshal.list:2) */
 
10
extern void test_marshal_BOOLEAN__INT (GClosure     *closure,
 
11
                                       GValue       *return_value,
 
12
                                       guint         n_param_values,
 
13
                                       const GValue *param_values,
 
14
                                       gpointer      invocation_hint,
 
15
                                       gpointer      marshal_data);
 
16
 
 
17
/* STRING:INT (./testmarshal.list:3) */
 
18
extern void test_marshal_STRING__INT (GClosure     *closure,
 
19
                                      GValue       *return_value,
 
20
                                      guint         n_param_values,
 
21
                                      const GValue *param_values,
 
22
                                      gpointer      invocation_hint,
 
23
                                      gpointer      marshal_data);
 
24
 
 
25
G_END_DECLS
 
26
 
 
27
#endif /* __test_marshal_MARSHAL_H__ */
 
28