mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 05:13:06 +02:00
Another debug print
svn path=/trunk/; revision=471
This commit is contained in:
parent
20b10e4542
commit
6d34368cac
@ -1391,6 +1391,8 @@ g_ir_node_build_typelib (GIrNode *node,
|
||||
blob->symbol = write_string (function->symbol, strings, data, offset2);
|
||||
blob->signature = signature;
|
||||
|
||||
g_debug ("building function '%s'", function->symbol);
|
||||
|
||||
g_ir_node_build_typelib ((GIrNode *)function->result->type,
|
||||
module, modules, strings, types,
|
||||
data, &signature, offset2);
|
||||
@ -1411,6 +1413,7 @@ g_ir_node_build_typelib (GIrNode *node,
|
||||
module, modules, strings, types,
|
||||
data, &signature, offset2);
|
||||
}
|
||||
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user