mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
gdbus-codegen: update comment in code to reflect reality
Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
parent
05448a6bef
commit
e604b2d0af
@ -1750,10 +1750,6 @@ class CodeGenerator:
|
||||
# GVariant works.. see https://bugzilla.gnome.org/show_bug.cgi?id=657100
|
||||
# for details
|
||||
#
|
||||
# NOTE: Since we currently only use the qdata for this, we just use the
|
||||
# the Quark numbers corresponding to the property number (starting
|
||||
# from 1)
|
||||
#
|
||||
free_container = False;
|
||||
if p.arg.gvariant_get == 'g_variant_get_strv' or p.arg.gvariant_get == 'g_variant_get_objpathv' or p.arg.gvariant_get == 'g_variant_get_bytestring_array':
|
||||
free_container = True;
|
||||
|
Loading…
Reference in New Issue
Block a user