~ubuntu-branches/ubuntu/oneiric/avant-window-navigator/oneiric

« back to all changes in this revision

Viewing changes to src/awn-dbus-glue.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2008-05-24 14:42:01 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080524144201-r3v8e4g2hv2q1i9x
Tags: 0.2.6-6
* debian/patches/04-fix-colormap.patch
 - Fix crash in awn-manager if colormap == None. Thanks Emme for the 
   patch. (Closes: #482030) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
#endif /* !G_ENABLE_DEBUG */
54
54
 
55
55
 
56
 
/* BOOLEAN:INT64,POINTER (/tmp/dbus-binding-tool-c-marshallers.QR160T:1) */
 
56
/* BOOLEAN:INT64,POINTER (/tmp/dbus-binding-tool-c-marshallers.8RZXBU:1) */
57
57
extern void dbus_glib_marshal_awn_task_manager_BOOLEAN__INT64_POINTER (GClosure     *closure,
58
58
                                                                       GValue       *return_value,
59
59
                                                                       guint         n_param_values,
62
62
                                                                       gpointer      marshal_data);
63
63
void
64
64
dbus_glib_marshal_awn_task_manager_BOOLEAN__INT64_POINTER (GClosure     *closure,
65
 
                                                           GValue       *return_value,
 
65
                                                           GValue       *return_value G_GNUC_UNUSED,
66
66
                                                           guint         n_param_values,
67
67
                                                           const GValue *param_values,
68
 
                                                           gpointer      invocation_hint,
 
68
                                                           gpointer      invocation_hint G_GNUC_UNUSED,
69
69
                                                           gpointer      marshal_data)
70
70
{
71
71
  typedef gboolean (*GMarshalFunc_BOOLEAN__INT64_POINTER) (gpointer     data1,
100
100
  g_value_set_boolean (return_value, v_return);
101
101
}
102
102
 
103
 
/* BOOLEAN:STRING,STRING,BOOLEAN,POINTER,POINTER (/tmp/dbus-binding-tool-c-marshallers.QR160T:2) */
 
103
/* BOOLEAN:STRING,STRING,BOOLEAN,POINTER,POINTER (/tmp/dbus-binding-tool-c-marshallers.8RZXBU:2) */
104
104
extern void dbus_glib_marshal_awn_task_manager_BOOLEAN__STRING_STRING_BOOLEAN_POINTER_POINTER (GClosure     *closure,
105
105
                                                                                               GValue       *return_value,
106
106
                                                                                               guint         n_param_values,
109
109
                                                                                               gpointer      marshal_data);
110
110
void
111
111
dbus_glib_marshal_awn_task_manager_BOOLEAN__STRING_STRING_BOOLEAN_POINTER_POINTER (GClosure     *closure,
112
 
                                                                                   GValue       *return_value,
 
112
                                                                                   GValue       *return_value G_GNUC_UNUSED,
113
113
                                                                                   guint         n_param_values,
114
114
                                                                                   const GValue *param_values,
115
 
                                                                                   gpointer      invocation_hint,
 
115
                                                                                   gpointer      invocation_hint G_GNUC_UNUSED,
116
116
                                                                                   gpointer      marshal_data)
117
117
{
118
118
  typedef gboolean (*GMarshalFunc_BOOLEAN__STRING_STRING_BOOLEAN_POINTER_POINTER) (gpointer     data1,
153
153
  g_value_set_boolean (return_value, v_return);
154
154
}
155
155
 
156
 
/* BOOLEAN:INT64,INT,POINTER (/tmp/dbus-binding-tool-c-marshallers.QR160T:3) */
 
156
/* BOOLEAN:INT64,INT,POINTER (/tmp/dbus-binding-tool-c-marshallers.8RZXBU:3) */
157
157
extern void dbus_glib_marshal_awn_task_manager_BOOLEAN__INT64_INT_POINTER (GClosure     *closure,
158
158
                                                                           GValue       *return_value,
159
159
                                                                           guint         n_param_values,
162
162
                                                                           gpointer      marshal_data);
163
163
void
164
164
dbus_glib_marshal_awn_task_manager_BOOLEAN__INT64_INT_POINTER (GClosure     *closure,
165
 
                                                               GValue       *return_value,
 
165
                                                               GValue       *return_value G_GNUC_UNUSED,
166
166
                                                               guint         n_param_values,
167
167
                                                               const GValue *param_values,
168
 
                                                               gpointer      invocation_hint,
 
168
                                                               gpointer      invocation_hint G_GNUC_UNUSED,
169
169
                                                               gpointer      marshal_data)
170
170
{
171
171
  typedef gboolean (*GMarshalFunc_BOOLEAN__INT64_INT_POINTER) (gpointer     data1,
202
202
  g_value_set_boolean (return_value, v_return);
203
203
}
204
204
 
205
 
/* BOOLEAN:STRING,STRING,POINTER (/tmp/dbus-binding-tool-c-marshallers.QR160T:4) */
 
205
/* BOOLEAN:STRING,STRING,POINTER (/tmp/dbus-binding-tool-c-marshallers.8RZXBU:4) */
206
206
extern void dbus_glib_marshal_awn_task_manager_BOOLEAN__STRING_STRING_POINTER (GClosure     *closure,
207
207
                                                                               GValue       *return_value,
208
208
                                                                               guint         n_param_values,
211
211
                                                                               gpointer      marshal_data);
212
212
void
213
213
dbus_glib_marshal_awn_task_manager_BOOLEAN__STRING_STRING_POINTER (GClosure     *closure,
214
 
                                                                   GValue       *return_value,
 
214
                                                                   GValue       *return_value G_GNUC_UNUSED,
215
215
                                                                   guint         n_param_values,
216
216
                                                                   const GValue *param_values,
217
 
                                                                   gpointer      invocation_hint,
 
217
                                                                   gpointer      invocation_hint G_GNUC_UNUSED,
218
218
                                                                   gpointer      marshal_data)
219
219
{
220
220
  typedef gboolean (*GMarshalFunc_BOOLEAN__STRING_STRING_POINTER) (gpointer     data1,
251
251
  g_value_set_boolean (return_value, v_return);
252
252
}
253
253
 
254
 
/* BOOLEAN:STRING,STRING,STRING,POINTER,POINTER (/tmp/dbus-binding-tool-c-marshallers.QR160T:5) */
 
254
/* BOOLEAN:STRING,STRING,STRING,POINTER,POINTER (/tmp/dbus-binding-tool-c-marshallers.8RZXBU:5) */
255
255
extern void dbus_glib_marshal_awn_task_manager_BOOLEAN__STRING_STRING_STRING_POINTER_POINTER (GClosure     *closure,
256
256
                                                                                              GValue       *return_value,
257
257
                                                                                              guint         n_param_values,
260
260
                                                                                              gpointer      marshal_data);
261
261
void
262
262
dbus_glib_marshal_awn_task_manager_BOOLEAN__STRING_STRING_STRING_POINTER_POINTER (GClosure     *closure,
263
 
                                                                                  GValue       *return_value,
 
263
                                                                                  GValue       *return_value G_GNUC_UNUSED,
264
264
                                                                                  guint         n_param_values,
265
265
                                                                                  const GValue *param_values,
266
 
                                                                                  gpointer      invocation_hint,
 
266
                                                                                  gpointer      invocation_hint G_GNUC_UNUSED,
267
267
                                                                                  gpointer      marshal_data)
268
268
{
269
269
  typedef gboolean (*GMarshalFunc_BOOLEAN__STRING_STRING_STRING_POINTER_POINTER) (gpointer     data1,
304
304
  g_value_set_boolean (return_value, v_return);
305
305
}
306
306
 
307
 
/* BOOLEAN:INT,POINTER,POINTER (/tmp/dbus-binding-tool-c-marshallers.QR160T:6) */
 
307
/* BOOLEAN:INT,POINTER,POINTER (/tmp/dbus-binding-tool-c-marshallers.8RZXBU:6) */
308
308
extern void dbus_glib_marshal_awn_task_manager_BOOLEAN__INT_POINTER_POINTER (GClosure     *closure,
309
309
                                                                             GValue       *return_value,
310
310
                                                                             guint         n_param_values,
313
313
                                                                             gpointer      marshal_data);
314
314
void
315
315
dbus_glib_marshal_awn_task_manager_BOOLEAN__INT_POINTER_POINTER (GClosure     *closure,
316
 
                                                                 GValue       *return_value,
 
316
                                                                 GValue       *return_value G_GNUC_UNUSED,
317
317
                                                                 guint         n_param_values,
318
318
                                                                 const GValue *param_values,
319
 
                                                                 gpointer      invocation_hint,
 
319
                                                                 gpointer      invocation_hint G_GNUC_UNUSED,
320
320
                                                                 gpointer      marshal_data)
321
321
{
322
322
  typedef gboolean (*GMarshalFunc_BOOLEAN__INT_POINTER_POINTER) (gpointer     data1,
353
353
  g_value_set_boolean (return_value, v_return);
354
354
}
355
355
 
356
 
/* BOOLEAN:STRING,INT,POINTER (/tmp/dbus-binding-tool-c-marshallers.QR160T:7) */
 
356
/* BOOLEAN:STRING,INT,POINTER (/tmp/dbus-binding-tool-c-marshallers.8RZXBU:7) */
357
357
extern void dbus_glib_marshal_awn_task_manager_BOOLEAN__STRING_INT_POINTER (GClosure     *closure,
358
358
                                                                            GValue       *return_value,
359
359
                                                                            guint         n_param_values,
362
362
                                                                            gpointer      marshal_data);
363
363
void
364
364
dbus_glib_marshal_awn_task_manager_BOOLEAN__STRING_INT_POINTER (GClosure     *closure,
365
 
                                                                GValue       *return_value,
 
365
                                                                GValue       *return_value G_GNUC_UNUSED,
366
366
                                                                guint         n_param_values,
367
367
                                                                const GValue *param_values,
368
 
                                                                gpointer      invocation_hint,
 
368
                                                                gpointer      invocation_hint G_GNUC_UNUSED,
369
369
                                                                gpointer      marshal_data)
370
370
{
371
371
  typedef gboolean (*GMarshalFunc_BOOLEAN__STRING_INT_POINTER) (gpointer     data1,
402
402
  g_value_set_boolean (return_value, v_return);
403
403
}
404
404
 
405
 
/* BOOLEAN:STRING,POINTER (/tmp/dbus-binding-tool-c-marshallers.QR160T:8) */
 
405
/* BOOLEAN:STRING,POINTER (/tmp/dbus-binding-tool-c-marshallers.8RZXBU:8) */
406
406
extern void dbus_glib_marshal_awn_task_manager_BOOLEAN__STRING_POINTER (GClosure     *closure,
407
407
                                                                        GValue       *return_value,
408
408
                                                                        guint         n_param_values,
411
411
                                                                        gpointer      marshal_data);
412
412
void
413
413
dbus_glib_marshal_awn_task_manager_BOOLEAN__STRING_POINTER (GClosure     *closure,
414
 
                                                            GValue       *return_value,
 
414
                                                            GValue       *return_value G_GNUC_UNUSED,
415
415
                                                            guint         n_param_values,
416
416
                                                            const GValue *param_values,
417
 
                                                            gpointer      invocation_hint,
 
417
                                                            gpointer      invocation_hint G_GNUC_UNUSED,
418
418
                                                            gpointer      marshal_data)
419
419
{
420
420
  typedef gboolean (*GMarshalFunc_BOOLEAN__STRING_POINTER) (gpointer     data1,
449
449
  g_value_set_boolean (return_value, v_return);
450
450
}
451
451
 
452
 
/* BOOLEAN:STRING,INT,BOOLEAN,POINTER (/tmp/dbus-binding-tool-c-marshallers.QR160T:9) */
 
452
/* BOOLEAN:STRING,INT,BOOLEAN,POINTER (/tmp/dbus-binding-tool-c-marshallers.8RZXBU:9) */
453
453
extern void dbus_glib_marshal_awn_task_manager_BOOLEAN__STRING_INT_BOOLEAN_POINTER (GClosure     *closure,
454
454
                                                                                    GValue       *return_value,
455
455
                                                                                    guint         n_param_values,
458
458
                                                                                    gpointer      marshal_data);
459
459
void
460
460
dbus_glib_marshal_awn_task_manager_BOOLEAN__STRING_INT_BOOLEAN_POINTER (GClosure     *closure,
461
 
                                                                        GValue       *return_value,
 
461
                                                                        GValue       *return_value G_GNUC_UNUSED,
462
462
                                                                        guint         n_param_values,
463
463
                                                                        const GValue *param_values,
464
 
                                                                        gpointer      invocation_hint,
 
464
                                                                        gpointer      invocation_hint G_GNUC_UNUSED,
465
465
                                                                        gpointer      marshal_data)
466
466
{
467
467
  typedef gboolean (*GMarshalFunc_BOOLEAN__STRING_INT_BOOLEAN_POINTER) (gpointer     data1,
500
500
  g_value_set_boolean (return_value, v_return);
501
501
}
502
502
 
503
 
/* BOOLEAN:INT64,STRING,POINTER (/tmp/dbus-binding-tool-c-marshallers.QR160T:10) */
 
503
/* BOOLEAN:INT64,STRING,POINTER (/tmp/dbus-binding-tool-c-marshallers.8RZXBU:10) */
504
504
extern void dbus_glib_marshal_awn_task_manager_BOOLEAN__INT64_STRING_POINTER (GClosure     *closure,
505
505
                                                                              GValue       *return_value,
506
506
                                                                              guint         n_param_values,
509
509
                                                                              gpointer      marshal_data);
510
510
void
511
511
dbus_glib_marshal_awn_task_manager_BOOLEAN__INT64_STRING_POINTER (GClosure     *closure,
512
 
                                                                  GValue       *return_value,
 
512
                                                                  GValue       *return_value G_GNUC_UNUSED,
513
513
                                                                  guint         n_param_values,
514
514
                                                                  const GValue *param_values,
515
 
                                                                  gpointer      invocation_hint,
 
515
                                                                  gpointer      invocation_hint G_GNUC_UNUSED,
516
516
                                                                  gpointer      marshal_data)
517
517
{
518
518
  typedef gboolean (*GMarshalFunc_BOOLEAN__INT64_STRING_POINTER) (gpointer     data1,