~ubuntu-branches/ubuntu/precise/rhythmbox/precise-201203091205

« back to all changes in this revision

Viewing changes to rhythmdb/rhythmdb-marshal.h

Tags: upstream-0.9.2cvs20060102
ImportĀ upstreamĀ versionĀ 0.9.2cvs20060102

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
                                                  gpointer      invocation_hint,
15
15
                                                  gpointer      marshal_data);
16
16
 
17
 
/* VOID:POINTER,POINTER (./rhythmdb-marshal.list:2) */
 
17
/* VOID:STRING,POINTER (./rhythmdb-marshal.list:2) */
 
18
extern void rhythmdb_marshal_VOID__STRING_POINTER (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
/* VOID:POINTER,POINTER (./rhythmdb-marshal.list:3) */
18
26
extern void rhythmdb_marshal_VOID__POINTER_POINTER (GClosure     *closure,
19
27
                                                    GValue       *return_value,
20
28
                                                    guint         n_param_values,
22
30
                                                    gpointer      invocation_hint,
23
31
                                                    gpointer      marshal_data);
24
32
 
25
 
/* VOID:POINTER,INT,POINTER,POINTER (./rhythmdb-marshal.list:3) */
 
33
/* VOID:POINTER,INT,POINTER,POINTER (./rhythmdb-marshal.list:4) */
26
34
extern void rhythmdb_marshal_VOID__POINTER_INT_POINTER_POINTER (GClosure     *closure,
27
35
                                                                GValue       *return_value,
28
36
                                                                guint         n_param_values,
30
38
                                                                gpointer      invocation_hint,
31
39
                                                                gpointer      marshal_data);
32
40
 
33
 
/* VOID:POINTER (./rhythmdb-marshal.list:4) */
 
41
/* VOID:POINTER (./rhythmdb-marshal.list:5) */
34
42
#define rhythmdb_marshal_VOID__POINTER  g_cclosure_marshal_VOID__POINTER
35
43
 
 
44
/* VOID:POINTER,INT (./rhythmdb-marshal.list:6) */
 
45
extern void rhythmdb_marshal_VOID__POINTER_INT (GClosure     *closure,
 
46
                                                GValue       *return_value,
 
47
                                                guint         n_param_values,
 
48
                                                const GValue *param_values,
 
49
                                                gpointer      invocation_hint,
 
50
                                                gpointer      marshal_data);
 
51
 
36
52
G_END_DECLS
37
53
 
38
54
#endif /* __rhythmdb_marshal_MARSHAL_H__ */