~valavanisalex/ubuntu/oneiric/inkscape/inkscape_0.48.1-2ubuntu4

« back to all changes in this revision

Viewing changes to src/helper/sp-marshal.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook, Ted Gould, Kees Cook
  • Date: 2009-06-24 14:00:43 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090624140043-07stp20mry48hqup
Tags: 0.47~pre0-0ubuntu1
* New upstream release

[ Ted Gould ]
* debian/control: Adding libgsl0 and removing version specifics on boost

[ Kees Cook ]
* debian/watch: updated to run uupdate and mangle pre-release versions.
* Dropped patches that have been taken upstream:
  - 01_mips
  - 02-poppler-0.8.3
  - 03-chinese-inkscape
  - 05_fix_latex_patch
  - 06_gcc-4.4
  - 07_cdr2svg
  - 08_skip-bad-utf-on-pdf-import
  - 09_gtk-clist
  - 10_belarussian
  - 11_libpng
  - 12_desktop
  - 13_slider
  - 100_svg_import_improvements
  - 102_sp_pattern_painter_free
  - 103_bitmap_type_print

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
#endif /* !G_ENABLE_DEBUG */
49
49
 
50
50
 
51
 
/* NONE:NONE (./helper/sp-marshal.list:2) */
52
 
 
53
 
/* NONE:UINT (./helper/sp-marshal.list:3) */
54
 
 
55
 
/* NONE:POINTER (./helper/sp-marshal.list:4) */
56
 
 
57
 
/* NONE:POINTER,BOOLEAN (./helper/sp-marshal.list:5) */
 
51
/* NONE:NONE (../../src/helper/sp-marshal.list:2) */
 
52
 
 
53
/* NONE:UINT (../../src/helper/sp-marshal.list:3) */
 
54
 
 
55
/* NONE:POINTER (../../src/helper/sp-marshal.list:4) */
 
56
 
 
57
/* NONE:POINTER,BOOLEAN (../../src/helper/sp-marshal.list:5) */
58
58
void
59
59
sp_marshal_VOID__POINTER_BOOLEAN (GClosure     *closure,
60
60
                                  GValue       *return_value G_GNUC_UNUSED,
91
91
            data2);
92
92
}
93
93
 
94
 
/* NONE:POINTER,UINT (./helper/sp-marshal.list:6) */
 
94
/* NONE:POINTER,UINT (../../src/helper/sp-marshal.list:6) */
95
95
void
96
96
sp_marshal_VOID__POINTER_UINT (GClosure     *closure,
97
97
                               GValue       *return_value G_GNUC_UNUSED,
128
128
            data2);
129
129
}
130
130
 
131
 
/* NONE:POINTER,DOUBLE (./helper/sp-marshal.list:7) */
 
131
/* NONE:POINTER,DOUBLE (../../src/helper/sp-marshal.list:7) */
132
132
void
133
133
sp_marshal_VOID__POINTER_DOUBLE (GClosure     *closure,
134
134
                                 GValue       *return_value G_GNUC_UNUSED,
165
165
            data2);
166
166
}
167
167
 
168
 
/* NONE:DOUBLE,DOUBLE (./helper/sp-marshal.list:8) */
 
168
/* NONE:DOUBLE,DOUBLE (../../src/helper/sp-marshal.list:8) */
169
169
void
170
170
sp_marshal_VOID__DOUBLE_DOUBLE (GClosure     *closure,
171
171
                                GValue       *return_value G_GNUC_UNUSED,
202
202
            data2);
203
203
}
204
204
 
205
 
/* NONE:STRING,BOOL (./helper/sp-marshal.list:9) */
 
205
/* NONE:STRING,BOOL (../../src/helper/sp-marshal.list:9) */
206
206
void
207
207
sp_marshal_VOID__STRING_BOOLEAN (GClosure     *closure,
208
208
                                 GValue       *return_value G_GNUC_UNUSED,
239
239
            data2);
240
240
}
241
241
 
242
 
/* BOOLEAN:NONE (./helper/sp-marshal.list:10) */
 
242
/* BOOLEAN:NONE (../../src/helper/sp-marshal.list:10) */
243
243
void
244
244
sp_marshal_BOOLEAN__VOID (GClosure     *closure,
245
245
                          GValue       *return_value G_GNUC_UNUSED,
276
276
  g_value_set_boolean (return_value, v_return);
277
277
}
278
278
 
279
 
/* BOOLEAN:UINT (./helper/sp-marshal.list:11) */
 
279
/* BOOLEAN:UINT (../../src/helper/sp-marshal.list:11) */
280
280
void
281
281
sp_marshal_BOOLEAN__UINT (GClosure     *closure,
282
282
                          GValue       *return_value G_GNUC_UNUSED,
315
315
  g_value_set_boolean (return_value, v_return);
316
316
}
317
317
 
318
 
/* BOOLEAN:POINTER (./helper/sp-marshal.list:12) */
 
318
/* BOOLEAN:POINTER (../../src/helper/sp-marshal.list:12) */
319
319
void
320
320
sp_marshal_BOOLEAN__POINTER (GClosure     *closure,
321
321
                             GValue       *return_value G_GNUC_UNUSED,
354
354
  g_value_set_boolean (return_value, v_return);
355
355
}
356
356
 
357
 
/* BOOLEAN:POINTER,UINT (./helper/sp-marshal.list:13) */
 
357
/* BOOLEAN:POINTER,UINT (../../src/helper/sp-marshal.list:13) */
358
358
void
359
359
sp_marshal_BOOLEAN__POINTER_UINT (GClosure     *closure,
360
360
                                  GValue       *return_value G_GNUC_UNUSED,
395
395
  g_value_set_boolean (return_value, v_return);
396
396
}
397
397
 
398
 
/* BOOLEAN:POINTER,POINTER (./helper/sp-marshal.list:14) */
 
398
/* BOOLEAN:POINTER,POINTER (../../src/helper/sp-marshal.list:14) */
399
399
void
400
400
sp_marshal_BOOLEAN__POINTER_POINTER (GClosure     *closure,
401
401
                                     GValue       *return_value G_GNUC_UNUSED,
436
436
  g_value_set_boolean (return_value, v_return);
437
437
}
438
438
 
439
 
/* INT:POINTER,POINTER (./helper/sp-marshal.list:15) */
 
439
/* INT:POINTER,POINTER (../../src/helper/sp-marshal.list:15) */
440
440
void
441
441
sp_marshal_INT__POINTER_POINTER (GClosure     *closure,
442
442
                                 GValue       *return_value G_GNUC_UNUSED,
477
477
  g_value_set_int (return_value, v_return);
478
478
}
479
479
 
480
 
/* DOUBLE:POINTER,UINT (./helper/sp-marshal.list:16) */
 
480
/* DOUBLE:POINTER,UINT (../../src/helper/sp-marshal.list:16) */
481
481
void
482
482
sp_marshal_DOUBLE__POINTER_UINT (GClosure     *closure,
483
483
                                 GValue       *return_value G_GNUC_UNUSED,