summaryrefslogtreecommitdiff
path: root/tests/chainup/no-chainup.c-expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chainup/no-chainup.c-expected')
-rw-r--r--tests/chainup/no-chainup.c-expected12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/chainup/no-chainup.c-expected b/tests/chainup/no-chainup.c-expected
index 252628c60..698271f80 100644
--- a/tests/chainup/no-chainup.c-expected
+++ b/tests/chainup/no-chainup.c-expected
@@ -75,8 +75,8 @@ VALA_EXTERN Foo* foo_new (void);
VALA_EXTERN Foo* foo_construct (GType object_type);
VALA_EXTERN Foo* foo_new_foo (void);
VALA_EXTERN Foo* foo_construct_foo (GType object_type);
-static gboolean __lambda4_ (Foo* self);
-static gboolean ___lambda4__gsource_func (gpointer self);
+static gboolean _vala_lambda0_ (Foo* self);
+static gboolean __vala_lambda0__gsource_func (gpointer self);
static void foo_finalize (Foo * obj);
static GType foo_get_type_once (void);
VALA_EXTERN GType bar_get_type (void) G_GNUC_CONST ;
@@ -107,7 +107,7 @@ foo_new (void)
}
static gboolean
-__lambda4_ (Foo* self)
+_vala_lambda0_ (Foo* self)
{
gboolean result;
result = TRUE;
@@ -115,10 +115,10 @@ __lambda4_ (Foo* self)
}
static gboolean
-___lambda4__gsource_func (gpointer self)
+__vala_lambda0__gsource_func (gpointer self)
{
gboolean result;
- result = __lambda4_ ((Foo*) self);
+ result = _vala_lambda0_ ((Foo*) self);
return result;
}
@@ -130,7 +130,7 @@ foo_construct_foo (GType object_type)
gpointer f_target;
GDestroyNotify f_target_destroy_notify;
self = (Foo*) g_type_create_instance (object_type);
- f = ___lambda4__gsource_func;
+ f = __vala_lambda0__gsource_func;
f_target = foo_ref (self);
f_target_destroy_notify = foo_unref;
f (f_target);