~ubuntu-branches/ubuntu/quantal/ibus/quantal

« back to all changes in this revision

Viewing changes to bus/marshalers.h

  • Committer: Bazaar Package Importer
  • Author(s): Barry Warsaw
  • Date: 2011-08-11 17:00:57 UTC
  • mfrom: (6.2.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110811170057-6dmbfs4s3cchzl7x
Tags: 1.3.99.20110419-1ubuntu1
* Merge with Debian unstable.  Remaining Ubuntu changes:
  - Indicator support:
    + Add 05_appindicator.patch: Use an indicator rather than a notification
      icon.
    + debian/control: Recommend python-appindicator.
  - debian/control: Install im-switch instead of im-config by default.
  - debian/README.source: Removed, it was outdated and no longer correct
  - debian/patches/01_ubuntu_desktop: Fix "Desktop entry needs the
    X-Ubuntu-Gettext-Domain key"  (LP: #457632)
  - debian/patches/02_title_update.patch: Rename "IBus Preferences" to
    "Keyboard Input Methods"
  - debian/patches/06_locale_parser.patch: Cherry-picked from upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef __bus_marshal_MARSHAL_H__
 
3
#define __bus_marshal_MARSHAL_H__
 
4
 
 
5
#include        <glib-object.h>
 
6
 
 
7
G_BEGIN_DECLS
 
8
 
 
9
/* BOOL:UINT,UINT,UINT (./marshalers.list:1) */
 
10
G_GNUC_INTERNAL void bus_marshal_BOOLEAN__UINT_UINT_UINT (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
#define bus_marshal_BOOL__UINT_UINT_UINT        bus_marshal_BOOLEAN__UINT_UINT_UINT
 
17
 
 
18
/* OBJECT:STRING (./marshalers.list:2) */
 
19
G_GNUC_INTERNAL void bus_marshal_OBJECT__STRING (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
 
 
26
/* VOID:INT,UINT (./marshalers.list:3) */
 
27
G_GNUC_INTERNAL void bus_marshal_VOID__INT_UINT (GClosure     *closure,
 
28
                                                 GValue       *return_value,
 
29
                                                 guint         n_param_values,
 
30
                                                 const GValue *param_values,
 
31
                                                 gpointer      invocation_hint,
 
32
                                                 gpointer      marshal_data);
 
33
 
 
34
/* VOID:INT,INT,INT,INT (./marshalers.list:4) */
 
35
G_GNUC_INTERNAL void bus_marshal_VOID__INT_INT_INT_INT (GClosure     *closure,
 
36
                                                        GValue       *return_value,
 
37
                                                        guint         n_param_values,
 
38
                                                        const GValue *param_values,
 
39
                                                        gpointer      invocation_hint,
 
40
                                                        gpointer      marshal_data);
 
41
 
 
42
/* VOID:OBJECT (./marshalers.list:5) */
 
43
#define bus_marshal_VOID__OBJECT        g_cclosure_marshal_VOID__OBJECT
 
44
 
 
45
/* VOID:OBJECT,BOOLEAN (./marshalers.list:6) */
 
46
G_GNUC_INTERNAL void bus_marshal_VOID__OBJECT_BOOLEAN (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
 
 
53
/* VOID:OBJECT,STRING (./marshalers.list:7) */
 
54
G_GNUC_INTERNAL void bus_marshal_VOID__OBJECT_STRING (GClosure     *closure,
 
55
                                                      GValue       *return_value,
 
56
                                                      guint         n_param_values,
 
57
                                                      const GValue *param_values,
 
58
                                                      gpointer      invocation_hint,
 
59
                                                      gpointer      marshal_data);
 
60
 
 
61
/* VOID:OBJECT,UINT,BOOLEAN (./marshalers.list:8) */
 
62
G_GNUC_INTERNAL void bus_marshal_VOID__OBJECT_UINT_BOOLEAN (GClosure     *closure,
 
63
                                                            GValue       *return_value,
 
64
                                                            guint         n_param_values,
 
65
                                                            const GValue *param_values,
 
66
                                                            gpointer      invocation_hint,
 
67
                                                            gpointer      marshal_data);
 
68
 
 
69
/* VOID:OBJECT,UINT,BOOLEAN,UINT (./marshalers.list:9) */
 
70
G_GNUC_INTERNAL void bus_marshal_VOID__OBJECT_UINT_BOOLEAN_UINT (GClosure     *closure,
 
71
                                                                 GValue       *return_value,
 
72
                                                                 guint         n_param_values,
 
73
                                                                 const GValue *param_values,
 
74
                                                                 gpointer      invocation_hint,
 
75
                                                                 gpointer      marshal_data);
 
76
 
 
77
/* VOID:OBJECT,STRING,STRING,STRING (./marshalers.list:10) */
 
78
G_GNUC_INTERNAL void bus_marshal_VOID__OBJECT_STRING_STRING_STRING (GClosure     *closure,
 
79
                                                                    GValue       *return_value,
 
80
                                                                    guint         n_param_values,
 
81
                                                                    const GValue *param_values,
 
82
                                                                    gpointer      invocation_hint,
 
83
                                                                    gpointer      marshal_data);
 
84
 
 
85
/* VOID:STRING (./marshalers.list:11) */
 
86
#define bus_marshal_VOID__STRING        g_cclosure_marshal_VOID__STRING
 
87
 
 
88
/* VOID:STRING,INT (./marshalers.list:12) */
 
89
G_GNUC_INTERNAL void bus_marshal_VOID__STRING_INT (GClosure     *closure,
 
90
                                                   GValue       *return_value,
 
91
                                                   guint         n_param_values,
 
92
                                                   const GValue *param_values,
 
93
                                                   gpointer      invocation_hint,
 
94
                                                   gpointer      marshal_data);
 
95
 
 
96
/* VOID:UINT,UINT,UINT (./marshalers.list:13) */
 
97
G_GNUC_INTERNAL void bus_marshal_VOID__UINT_UINT_UINT (GClosure     *closure,
 
98
                                                       GValue       *return_value,
 
99
                                                       guint         n_param_values,
 
100
                                                       const GValue *param_values,
 
101
                                                       gpointer      invocation_hint,
 
102
                                                       gpointer      marshal_data);
 
103
 
 
104
/* VOID:VOID (./marshalers.list:14) */
 
105
#define bus_marshal_VOID__VOID  g_cclosure_marshal_VOID__VOID
 
106
 
 
107
G_END_DECLS
 
108
 
 
109
#endif /* __bus_marshal_MARSHAL_H__ */
 
110