Hi Andrew, On 04/22/2016 08:10 PM, Andrew Zaborowski wrote: > gvariant_iter_init_internal now checks if the signature is empty before > calling _gvariant_num_children which would return an error in that case. > The gvariant_iter_init_internal caller is responsible for checking if > the signature is allowed in the specific context. > --- > ell/gvariant-util.c | 16 +++++++++++----- > 1 file changed, 11 insertions(+), 5 deletions(-) > I went ahead an applied this one. But one question, what is the practical utility of allowing iterators into the empty struct? Regards, -Denis