~ubuntu-branches/ubuntu/precise/transmission/precise

« back to all changes in this revision

Viewing changes to gtk/sexy-marshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Leo Costela
  • Date: 2009-05-17 19:39:51 UTC
  • mto: (1.3.4 upstream) (2.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: james.westby@ubuntu.com-20090517193951-k8x15sqoxzf7cuyx
ImportĀ upstreamĀ versionĀ 1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef __sexy_marshal_MARSHAL_H__
 
3
#define __sexy_marshal_MARSHAL_H__
 
4
 
 
5
#include        <glib-object.h>
 
6
 
 
7
G_BEGIN_DECLS
 
8
 
 
9
/* BOOLEAN:STRING (./marshal.list:1) */
 
10
extern void sexy_marshal_BOOLEAN__STRING (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
/* OBJECT:OBJECT,OBJECT (./marshal.list:2) */
 
18
extern void sexy_marshal_OBJECT__OBJECT_OBJECT (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:INT,INT (./marshal.list:3) */
 
26
extern void sexy_marshal_VOID__INT_INT (GClosure     *closure,
 
27
                                        GValue       *return_value,
 
28
                                        guint         n_param_values,
 
29
                                        const GValue *param_values,
 
30
                                        gpointer      invocation_hint,
 
31
                                        gpointer      marshal_data);
 
32
 
 
33
G_END_DECLS
 
34
 
 
35
#endif /* __sexy_marshal_MARSHAL_H__ */
 
36