changed GList* of xmlNode* annotation, to include the *

This commit is contained in:
Frédéric Péters 2007-11-03 21:23:27 +00:00
parent 13f1de9b10
commit 76794d2bd0
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ struct _Lasso%(prefix_cap)s%(name)s {""" % self.__dict__)
if type == 'GList':
if elem[2] == 'xmlNode':
s[-1] = s[-1] + ' /* of xmlNode */'
s[-1] = s[-1] + ' /* of xmlNode* */'
else:
t = ref_to_class_name(elem[2])
if not 'XXX' in t: