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