~ubuntu-branches/ubuntu/oneiric/ubuntuone-client/oneiric

« back to all changes in this revision

Viewing changes to libsyncdaemon/syncdaemon-marshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2010-06-23 23:08:15 UTC
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20100623230815-4m3ugh10u9x9xzw5
Tags: upstream-1.3.2
ImportĀ upstreamĀ versionĀ 1.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
                                                      gpointer      marshal_data);
16
16
#define _syncdaemon_marshal_NONE__STRING_POINTER        _syncdaemon_marshal_VOID__STRING_POINTER
17
17
 
18
 
/* NONE:POINTER,STRING (syncdaemon-marshal.list:2) */
 
18
/* NONE:STRING,OBJECT (syncdaemon-marshal.list:2) */
 
19
extern void _syncdaemon_marshal_VOID__STRING_OBJECT (GClosure     *closure,
 
20
                                                     GValue       *return_value,
 
21
                                                     guint         n_param_values,
 
22
                                                     const GValue *param_values,
 
23
                                                     gpointer      invocation_hint,
 
24
                                                     gpointer      marshal_data);
 
25
#define _syncdaemon_marshal_NONE__STRING_OBJECT _syncdaemon_marshal_VOID__STRING_OBJECT
 
26
 
 
27
/* NONE:POINTER,STRING (syncdaemon-marshal.list:3) */
19
28
extern void _syncdaemon_marshal_VOID__POINTER_STRING (GClosure     *closure,
20
29
                                                      GValue       *return_value,
21
30
                                                      guint         n_param_values,
24
33
                                                      gpointer      marshal_data);
25
34
#define _syncdaemon_marshal_NONE__POINTER_STRING        _syncdaemon_marshal_VOID__POINTER_STRING
26
35
 
 
36
/* NONE:BOOLEAN,POINTER (syncdaemon-marshal.list:4) */
 
37
extern void _syncdaemon_marshal_VOID__BOOLEAN_POINTER (GClosure     *closure,
 
38
                                                       GValue       *return_value,
 
39
                                                       guint         n_param_values,
 
40
                                                       const GValue *param_values,
 
41
                                                       gpointer      invocation_hint,
 
42
                                                       gpointer      marshal_data);
 
43
#define _syncdaemon_marshal_NONE__BOOLEAN_POINTER       _syncdaemon_marshal_VOID__BOOLEAN_POINTER
 
44
 
 
45
/* NONE:BOOLEAN,OBJECT (syncdaemon-marshal.list:5) */
 
46
extern void _syncdaemon_marshal_VOID__BOOLEAN_OBJECT (GClosure     *closure,
 
47
                                                      GValue       *return_value,
 
48
                                                      guint         n_param_values,
 
49
                                                      const GValue *param_values,
 
50
                                                      gpointer      invocation_hint,
 
51
                                                      gpointer      marshal_data);
 
52
#define _syncdaemon_marshal_NONE__BOOLEAN_OBJECT        _syncdaemon_marshal_VOID__BOOLEAN_OBJECT
 
53
 
27
54
G_END_DECLS
28
55
 
29
56
#endif /* ___syncdaemon_marshal_MARSHAL_H__ */