File: bug623049.c-expected

package info (click to toggle)
vala 0.56.18-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 57,528 kB
  • sloc: ansic: 581,293; sh: 5,357; makefile: 3,980; xml: 3,161; yacc: 1,219; lex: 374; javascript: 23
file content (276 lines) | stat: -rw-r--r-- 7,405 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
/* errors_bug623049.c generated by valac, the Vala compiler
 * generated from errors_bug623049.vala, do not modify */

#include <glib.h>
#include <glib-object.h>

#if !defined(VALA_STRICT_C)
#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ >= 14)
#pragma GCC diagnostic warning "-Wincompatible-pointer-types"
#elif defined(__clang__) && (__clang_major__ >= 16)
#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types"
#pragma clang diagnostic ignored "-Wincompatible-pointer-types"
#endif
#endif
#if !defined(VALA_EXTERN)
#if defined(_MSC_VER)
#define VALA_EXTERN __declspec(dllexport) extern
#elif __GNUC__ >= 4
#define VALA_EXTERN __attribute__((visibility("default"))) extern
#else
#define VALA_EXTERN extern
#endif
#endif

#define TYPE_FOO (foo_get_type ())

#define TYPE_CLS_A (cls_a_get_type ())
#define CLS_A(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_CLS_A, ClsA))
#define CLS_A_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_CLS_A, ClsAClass))
#define IS_CLS_A(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_CLS_A))
#define IS_CLS_A_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_CLS_A))
#define CLS_A_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_CLS_A, ClsAClass))

typedef struct _ClsA ClsA;
typedef struct _ClsAClass ClsAClass;
typedef struct _ClsAPrivate ClsAPrivate;
enum  {
	CLS_A_0_PROPERTY,
	CLS_A_NUM_PROPERTIES
};
static GParamSpec* cls_a_properties[CLS_A_NUM_PROPERTIES];
#define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL)))

#define TYPE_CLS_B (cls_b_get_type ())
#define CLS_B(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_CLS_B, ClsB))
#define CLS_B_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_CLS_B, ClsBClass))
#define IS_CLS_B(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_CLS_B))
#define IS_CLS_B_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_CLS_B))
#define CLS_B_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_CLS_B, ClsBClass))

typedef struct _ClsB ClsB;
typedef struct _ClsBClass ClsBClass;
typedef struct _ClsBPrivate ClsBPrivate;
enum  {
	CLS_B_0_PROPERTY,
	CLS_B_NUM_PROPERTIES
};
static GParamSpec* cls_b_properties[CLS_B_NUM_PROPERTIES];

typedef enum  {
	FOO_BAR
} Foo;
#define FOO foo_quark ()

struct _ClsA {
	GObject parent_instance;
	ClsAPrivate * priv;
};

struct _ClsAClass {
	GObjectClass parent_class;
};

struct _ClsB {
	ClsA parent_instance;
	ClsBPrivate * priv;
};

struct _ClsBClass {
	ClsAClass parent_class;
};

static gpointer cls_a_parent_class = NULL;
static gpointer cls_b_parent_class = NULL;

VALA_EXTERN GQuark foo_quark (void);
VALA_EXTERN GType foo_get_type (void) G_GNUC_CONST ;
VALA_EXTERN GType cls_a_get_type (void) G_GNUC_CONST ;
G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClsA, g_object_unref)
VALA_EXTERN ClsA* cls_a_new (GError** error);
VALA_EXTERN ClsA* cls_a_construct (GType object_type,
                       GError** error);
static GType cls_a_get_type_once (void);
VALA_EXTERN GType cls_b_get_type (void) G_GNUC_CONST ;
G_DEFINE_AUTOPTR_CLEANUP_FUNC (ClsB, g_object_unref)
VALA_EXTERN ClsB* cls_b_new (GError** error);
VALA_EXTERN ClsB* cls_b_construct (GType object_type,
                       GError** error);
static GType cls_b_get_type_once (void);
static void _vala_main (void);

GQuark
foo_quark (void)
{
	return g_quark_from_static_string ("foo-quark");
}

static GType
foo_get_type_once (void)
{
	static const GEnumValue values[] = {{FOO_BAR, "FOO_BAR", "bar"}, {0, NULL, NULL}};
	GType foo_type_id;
	foo_type_id = g_enum_register_static ("Foo", values);
	return foo_type_id;
}

GType
foo_get_type (void)
{
	static volatile gsize foo_type_id__once = 0;
	if (g_once_init_enter (&foo_type_id__once)) {
		GType foo_type_id;
		foo_type_id = foo_get_type_once ();
		g_once_init_leave (&foo_type_id__once, foo_type_id);
	}
	return foo_type_id__once;
}

ClsA*
cls_a_construct (GType object_type,
                 GError** error)
{
	ClsA * self = NULL;
	GError* _tmp0_;
	GError* _inner_error0_ = NULL;
	self = (ClsA*) g_object_new (object_type, NULL);
	_tmp0_ = g_error_new_literal (FOO, FOO_BAR, "Test");
	_inner_error0_ = _tmp0_;
	g_propagate_error (error, _inner_error0_);
	_g_object_unref0 (self);
	return NULL;
	return self;
}

ClsA*
cls_a_new (GError** error)
{
	return cls_a_construct (TYPE_CLS_A, error);
}

static void
cls_a_class_init (ClsAClass * klass,
                  gpointer klass_data)
{
	cls_a_parent_class = g_type_class_peek_parent (klass);
}

static void
cls_a_instance_init (ClsA * self,
                     gpointer klass)
{
}

static GType
cls_a_get_type_once (void)
{
	static const GTypeInfo g_define_type_info = { sizeof (ClsAClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) cls_a_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (ClsA), 0, (GInstanceInitFunc) cls_a_instance_init, NULL };
	GType cls_a_type_id;
	cls_a_type_id = g_type_register_static (G_TYPE_OBJECT, "ClsA", &g_define_type_info, 0);
	return cls_a_type_id;
}

GType
cls_a_get_type (void)
{
	static volatile gsize cls_a_type_id__once = 0;
	if (g_once_init_enter (&cls_a_type_id__once)) {
		GType cls_a_type_id;
		cls_a_type_id = cls_a_get_type_once ();
		g_once_init_leave (&cls_a_type_id__once, cls_a_type_id);
	}
	return cls_a_type_id__once;
}

ClsB*
cls_b_construct (GType object_type,
                 GError** error)
{
	ClsB * self = NULL;
	GError* _inner_error0_ = NULL;
	self = (ClsB*) cls_a_construct (object_type, &_inner_error0_);
	if (G_UNLIKELY (_inner_error0_ != NULL)) {
		g_propagate_error (error, _inner_error0_);
		_g_object_unref0 (self);
		return NULL;
	}
	g_assert_not_reached ();
	return self;
}

ClsB*
cls_b_new (GError** error)
{
	return cls_b_construct (TYPE_CLS_B, error);
}

static void
cls_b_class_init (ClsBClass * klass,
                  gpointer klass_data)
{
	cls_b_parent_class = g_type_class_peek_parent (klass);
}

static void
cls_b_instance_init (ClsB * self,
                     gpointer klass)
{
}

static GType
cls_b_get_type_once (void)
{
	static const GTypeInfo g_define_type_info = { sizeof (ClsBClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) cls_b_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (ClsB), 0, (GInstanceInitFunc) cls_b_instance_init, NULL };
	GType cls_b_type_id;
	cls_b_type_id = g_type_register_static (TYPE_CLS_A, "ClsB", &g_define_type_info, 0);
	return cls_b_type_id;
}

GType
cls_b_get_type (void)
{
	static volatile gsize cls_b_type_id__once = 0;
	if (g_once_init_enter (&cls_b_type_id__once)) {
		GType cls_b_type_id;
		cls_b_type_id = cls_b_get_type_once ();
		g_once_init_leave (&cls_b_type_id__once, cls_b_type_id);
	}
	return cls_b_type_id__once;
}

static void
_vala_main (void)
{
	GError* _inner_error0_ = NULL;
	{
		ClsB* _tmp0_;
		ClsB* _tmp1_;
		_tmp0_ = cls_b_new (&_inner_error0_);
		_tmp1_ = _tmp0_;
		_g_object_unref0 (_tmp1_);
		if (G_UNLIKELY (_inner_error0_ != NULL)) {
			goto __catch0_g_error;
		}
	}
	goto __finally0;
	__catch0_g_error:
	{
		g_clear_error (&_inner_error0_);
		g_debug ("errors_bug623049.vala:23: Propagated error");
	}
	__finally0:
	if (G_UNLIKELY (_inner_error0_ != NULL)) {
		g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error0_->message, g_quark_to_string (_inner_error0_->domain), _inner_error0_->code);
		g_clear_error (&_inner_error0_);
		return;
	}
}

int
main (int argc,
      char ** argv)
{
	_vala_main ();
	return 0;
}