summaryrefslogtreecommitdiff
path: root/tests/delegates/implicit-local-variable.c-expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/delegates/implicit-local-variable.c-expected')
-rw-r--r--tests/delegates/implicit-local-variable.c-expected20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/delegates/implicit-local-variable.c-expected b/tests/delegates/implicit-local-variable.c-expected
index 489221096..a05d620de 100644
--- a/tests/delegates/implicit-local-variable.c-expected
+++ b/tests/delegates/implicit-local-variable.c-expected
@@ -7,13 +7,13 @@ typedef gboolean (*GSourceDispatchFunc) (GSource* source, GSourceFunc _callback,
#define _g_source_unref0(var) ((var == NULL) ? NULL : (var = (g_source_unref (var), NULL)))
static void _vala_main (void);
-static gboolean __lambda4_ (void);
-static gboolean ___lambda4__gsource_dispatch_func (GSource* source,
- GSourceFunc _callback,
- gpointer _callback_target);
+static gboolean _vala_lambda0_ (void);
+static gboolean __vala_lambda0__gsource_dispatch_func (GSource* source,
+ GSourceFunc _callback,
+ gpointer _callback_target);
static gboolean
-__lambda4_ (void)
+_vala_lambda0_ (void)
{
gboolean result;
result = FALSE;
@@ -21,12 +21,12 @@ __lambda4_ (void)
}
static gboolean
-___lambda4__gsource_dispatch_func (GSource* source,
- GSourceFunc _callback,
- gpointer _callback_target)
+__vala_lambda0__gsource_dispatch_func (GSource* source,
+ GSourceFunc _callback,
+ gpointer _callback_target)
{
gboolean result;
- result = __lambda4_ ();
+ result = _vala_lambda0_ ();
return result;
}
@@ -40,7 +40,7 @@ _vala_main (void)
GSourceDispatchFunc _tmp2_;
_tmp0_.prepare = NULL;
_tmp0_.check = NULL;
- _tmp0_.dispatch = ___lambda4__gsource_dispatch_func;
+ _tmp0_.dispatch = __vala_lambda0__gsource_dispatch_func;
_tmp0_.finalize = NULL;
foo = _tmp0_;
bar = NULL;