~ubuntu-branches/debian/squeeze/f-spot/squeeze

« back to all changes in this revision

Viewing changes to libfspot/f-marshal.c

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane, Mirco Bauer, Iain Lane
  • Date: 2009-02-07 20:23:32 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20090207202332-oc93rfjo1st0571s
Tags: 0.5.0.3-2
[ Mirco Bauer]
* Upload to unstable.
* debian/control:
  + Lowered GNOME# build-deps to 2.0 ABI as that transition didn't happen
    yet in unstable.

[ Iain Lane ]
* debian/patches/svn-r4545_locales-import.dpatch: Patch backported from SVN
  trunk revision 4545 - initialize the translation catalog earlier (LP: #293305)
  (Closes: #514457). Thanks to Florian Heinle for finding the patch and to
  Chris Coulson for preparing the update.
* debian/control: Build-depend on libmono-dev (>= 1.2.4) to match configure
  checks.
* debian/rules: Pass CSC=/usr/bin/csc to configure for gio-sharp to fix FTBFS

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
/* NONE:STRING,INT (./f-marshal.list:3) */
55
55
void
56
56
f_marshal_VOID__STRING_INT (GClosure     *closure,
57
 
                            GValue       *return_value,
 
57
                            GValue       *return_value G_GNUC_UNUSED,
58
58
                            guint         n_param_values,
59
59
                            const GValue *param_values,
60
 
                            gpointer      invocation_hint,
 
60
                            gpointer      invocation_hint G_GNUC_UNUSED,
61
61
                            gpointer      marshal_data)
62
62
{
63
63
  typedef void (*GMarshalFunc_VOID__STRING_INT) (gpointer     data1,
91
91
/* NONE:STRING,INT,POINTER (./f-marshal.list:4) */
92
92
void
93
93
f_marshal_VOID__STRING_INT_POINTER (GClosure     *closure,
94
 
                                    GValue       *return_value,
 
94
                                    GValue       *return_value G_GNUC_UNUSED,
95
95
                                    guint         n_param_values,
96
96
                                    const GValue *param_values,
97
 
                                    gpointer      invocation_hint,
 
97
                                    gpointer      invocation_hint G_GNUC_UNUSED,
98
98
                                    gpointer      marshal_data)
99
99
{
100
100
  typedef void (*GMarshalFunc_VOID__STRING_INT_POINTER) (gpointer     data1,
130
130
/* NONE:STRING,POINTER (./f-marshal.list:5) */
131
131
void
132
132
f_marshal_VOID__STRING_POINTER (GClosure     *closure,
133
 
                                GValue       *return_value,
 
133
                                GValue       *return_value G_GNUC_UNUSED,
134
134
                                guint         n_param_values,
135
135
                                const GValue *param_values,
136
 
                                gpointer      invocation_hint,
 
136
                                gpointer      invocation_hint G_GNUC_UNUSED,
137
137
                                gpointer      marshal_data)
138
138
{
139
139
  typedef void (*GMarshalFunc_VOID__STRING_POINTER) (gpointer     data1,
167
167
/* NONE:STRING,STRING (./f-marshal.list:6) */
168
168
void
169
169
f_marshal_VOID__STRING_STRING (GClosure     *closure,
170
 
                               GValue       *return_value,
 
170
                               GValue       *return_value G_GNUC_UNUSED,
171
171
                               guint         n_param_values,
172
172
                               const GValue *param_values,
173
 
                               gpointer      invocation_hint,
 
173
                               gpointer      invocation_hint G_GNUC_UNUSED,
174
174
                               gpointer      marshal_data)
175
175
{
176
176
  typedef void (*GMarshalFunc_VOID__STRING_STRING) (gpointer     data1,
204
204
/* NONE:STRING,STRING,POINTER,BOOL (./f-marshal.list:7) */
205
205
void
206
206
f_marshal_VOID__STRING_STRING_POINTER_BOOLEAN (GClosure     *closure,
207
 
                                               GValue       *return_value,
 
207
                                               GValue       *return_value G_GNUC_UNUSED,
208
208
                                               guint         n_param_values,
209
209
                                               const GValue *param_values,
210
 
                                               gpointer      invocation_hint,
 
210
                                               gpointer      invocation_hint G_GNUC_UNUSED,
211
211
                                               gpointer      marshal_data)
212
212
{
213
213
  typedef void (*GMarshalFunc_VOID__STRING_STRING_POINTER_BOOLEAN) (gpointer     data1,