~ubuntu-branches/debian/wheezy/brasero/wheezy

« back to all changes in this revision

Viewing changes to src/brasero-marshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette, Pedro Fragoso, Luca Bruno, Josselin Mouette, Emilio Pozuelo Monfort
  • Date: 2009-06-24 18:59:46 UTC
  • mfrom: (1.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20090624185946-iyxkgf3gjptir5y3
Tags: 2.26.2-1
[ Pedro Fragoso ]
* Add myself to Maintainer field
  - Thanks Ondřej Surý
* New upstream version (Closes: #528945)
  - Split package into brasero, libbrasero-media0 and libbrasero-dev
  - Add Replaces to libbrasero-media0
  - Bump libgtk to 2.14.0
  - Remove libnotify Build-dep
  - Add Build-dep libnautilus-extension-dev (>= 2.22.2)
    and install it.
  - Add Build-dep to libsm-dev
  - Add Build-dep on intltool
* Install omf files to prevent crash on Help
* Move gstreamer0.10-plugins-bad to Suggests, and add
  dvdauthor and vcdimager
* Recommends gvfs (Closes: #491827)
* Pass --disable-scrollkeeper in DEB_CONFIGURE_EXTRA_FLAGS
* debian/patches/007-fix-gnome-doc-utils-path.patch:
  - Removed, not needed anymore
* debian/patches/008-fix-volume-identifier-crash.patch:
  - Removed, merged upstream
* debian/patches/011_nautilus_menu_move.patch:
 - Move CD/DVD Creator Menu to Acessories, taken from Ubuntu

[ Luca Bruno ]
* debian/control.in:
  - Add Build-Depend gtk-doc-tools 1.9.
* debian/patches/006-fix-libdvdcss.patch:
  - Removed as applied upstream.

[ Josselin Mouette ]
* New upstream release.
* Update build-dependencies.
* Move the translations and data to a new brasero-common package.
* Rewrite the descriptions.
* Add -dev depends to the development package.
* Remove inappropriate recommends in the library package.
* Let’s not forget dvd+rw-tools so that we can write DVDs too.
* Rework dependencies accordingly.
* Put the nautilus extension in brasero.
* Conflict against nautilus-cd-burner to avoid having two burning 
  extensions.
* Include clean-la.mk and gnome-version.mk; build-depend on 
  gnome-pkg-tools 0.7.
* Don’t run dh_makeshlibs on brasero and libbrasero-plugins.
* 011_nautilus_menu_move.patch: add NoDisplay=true, this icon is 
  duplicating existing functionality (brasero icon in sound&video 
  menu, and nautilus autorun).
* Update list of copyright holders.

[ Emilio Pozuelo Monfort ]
* debian/copyright: updated.

[ Josselin Mouette ]
* copyright: improve indentation, and point to versioned LGPL.
* 090_relibtoolize.patch: add a relibtoolization patch to avoid the 
  rpath crap.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef __brasero_marshal_MARSHAL_H__
 
3
#define __brasero_marshal_MARSHAL_H__
 
4
 
 
5
#include        <glib-object.h>
 
6
 
 
7
G_BEGIN_DECLS
 
8
 
 
9
/* VOID:DOUBLE,LONG (./brasero-marshal.list:1) */
 
10
extern void brasero_marshal_VOID__DOUBLE_LONG (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
/* INT:STRING,BOOLEAN (./brasero-marshal.list:2) */
 
18
extern void brasero_marshal_INT__STRING_BOOLEAN (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
/* INT:POINTER,BOOLEAN (./brasero-marshal.list:3) */
 
26
extern void brasero_marshal_INT__POINTER_BOOLEAN (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
/* INT:VOID (./brasero-marshal.list:4) */
 
34
extern void brasero_marshal_INT__VOID (GClosure     *closure,
 
35
                                       GValue       *return_value,
 
36
                                       guint         n_param_values,
 
37
                                       const GValue *param_values,
 
38
                                       gpointer      invocation_hint,
 
39
                                       gpointer      marshal_data);
 
40
 
 
41
/* INT:INT (./brasero-marshal.list:5) */
 
42
extern void brasero_marshal_INT__INT (GClosure     *closure,
 
43
                                      GValue       *return_value,
 
44
                                      guint         n_param_values,
 
45
                                      const GValue *param_values,
 
46
                                      gpointer      invocation_hint,
 
47
                                      gpointer      marshal_data);
 
48
 
 
49
/* INT:INT,INT (./brasero-marshal.list:6) */
 
50
extern void brasero_marshal_INT__INT_INT (GClosure     *closure,
 
51
                                          GValue       *return_value,
 
52
                                          guint         n_param_values,
 
53
                                          const GValue *param_values,
 
54
                                          gpointer      invocation_hint,
 
55
                                          gpointer      marshal_data);
 
56
 
 
57
/* INT:STRING (./brasero-marshal.list:7) */
 
58
extern void brasero_marshal_INT__STRING (GClosure     *closure,
 
59
                                         GValue       *return_value,
 
60
                                         guint         n_param_values,
 
61
                                         const GValue *param_values,
 
62
                                         gpointer      invocation_hint,
 
63
                                         gpointer      marshal_data);
 
64
 
 
65
/* INT:BOOLEAN,BOOLEAN,BOOLEAN (./brasero-marshal.list:8) */
 
66
extern void brasero_marshal_INT__BOOLEAN_BOOLEAN_BOOLEAN (GClosure     *closure,
 
67
                                                          GValue       *return_value,
 
68
                                                          guint         n_param_values,
 
69
                                                          const GValue *param_values,
 
70
                                                          gpointer      invocation_hint,
 
71
                                                          gpointer      marshal_data);
 
72
 
 
73
/* VOID:DOUBLE,STRING (./brasero-marshal.list:9) */
 
74
extern void brasero_marshal_VOID__DOUBLE_STRING (GClosure     *closure,
 
75
                                                 GValue       *return_value,
 
76
                                                 guint         n_param_values,
 
77
                                                 const GValue *param_values,
 
78
                                                 gpointer      invocation_hint,
 
79
                                                 gpointer      marshal_data);
 
80
 
 
81
/* VOID:INT64 (./brasero-marshal.list:10) */
 
82
extern void brasero_marshal_VOID__INT64 (GClosure     *closure,
 
83
                                         GValue       *return_value,
 
84
                                         guint         n_param_values,
 
85
                                         const GValue *param_values,
 
86
                                         gpointer      invocation_hint,
 
87
                                         gpointer      marshal_data);
 
88
 
 
89
/* VOID:INT,STRING (./brasero-marshal.list:11) */
 
90
extern void brasero_marshal_VOID__INT_STRING (GClosure     *closure,
 
91
                                              GValue       *return_value,
 
92
                                              guint         n_param_values,
 
93
                                              const GValue *param_values,
 
94
                                              gpointer      invocation_hint,
 
95
                                              gpointer      marshal_data);
 
96
 
 
97
/* VOID:POINTER,STRING (./brasero-marshal.list:12) */
 
98
extern void brasero_marshal_VOID__POINTER_STRING (GClosure     *closure,
 
99
                                                  GValue       *return_value,
 
100
                                                  guint         n_param_values,
 
101
                                                  const GValue *param_values,
 
102
                                                  gpointer      invocation_hint,
 
103
                                                  gpointer      marshal_data);
 
104
 
 
105
/* VOID:DOUBLE,DOUBLE,LONG (./brasero-marshal.list:13) */
 
106
extern void brasero_marshal_VOID__DOUBLE_DOUBLE_LONG (GClosure     *closure,
 
107
                                                      GValue       *return_value,
 
108
                                                      guint         n_param_values,
 
109
                                                      const GValue *param_values,
 
110
                                                      gpointer      invocation_hint,
 
111
                                                      gpointer      marshal_data);
 
112
 
 
113
/* VOID:STRING,STRING (./brasero-marshal.list:14) */
 
114
extern void brasero_marshal_VOID__STRING_STRING (GClosure     *closure,
 
115
                                                 GValue       *return_value,
 
116
                                                 guint         n_param_values,
 
117
                                                 const GValue *param_values,
 
118
                                                 gpointer      invocation_hint,
 
119
                                                 gpointer      marshal_data);
 
120
 
 
121
/* INT:OBJECT,INT,INT (./brasero-marshal.list:15) */
 
122
extern void brasero_marshal_INT__OBJECT_INT_INT (GClosure     *closure,
 
123
                                                 GValue       *return_value,
 
124
                                                 guint         n_param_values,
 
125
                                                 const GValue *param_values,
 
126
                                                 gpointer      invocation_hint,
 
127
                                                 gpointer      marshal_data);
 
128
 
 
129
/* BOOLEAN:STRING (./brasero-marshal.list:16) */
 
130
extern void brasero_marshal_BOOLEAN__STRING (GClosure     *closure,
 
131
                                             GValue       *return_value,
 
132
                                             guint         n_param_values,
 
133
                                             const GValue *param_values,
 
134
                                             gpointer      invocation_hint,
 
135
                                             gpointer      marshal_data);
 
136
 
 
137
/* VOID:OBJECT,BOOLEAN (./brasero-marshal.list:17) */
 
138
extern void brasero_marshal_VOID__OBJECT_BOOLEAN (GClosure     *closure,
 
139
                                                  GValue       *return_value,
 
140
                                                  guint         n_param_values,
 
141
                                                  const GValue *param_values,
 
142
                                                  gpointer      invocation_hint,
 
143
                                                  gpointer      marshal_data);
 
144
 
 
145
/* VOID:BOOLEAN,BOOLEAN (./brasero-marshal.list:18) */
 
146
extern void brasero_marshal_VOID__BOOLEAN_BOOLEAN (GClosure     *closure,
 
147
                                                   GValue       *return_value,
 
148
                                                   guint         n_param_values,
 
149
                                                   const GValue *param_values,
 
150
                                                   gpointer      invocation_hint,
 
151
                                                   gpointer      marshal_data);
 
152
 
 
153
G_END_DECLS
 
154
 
 
155
#endif /* __brasero_marshal_MARSHAL_H__ */
 
156