summaryrefslogtreecommitdiff
path: root/gio
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2011-08-23 12:57:14 -0400
committerDavid Zeuthen <davidz@redhat.com>2011-08-23 12:57:14 -0400
commite604b2d0aff562c364b22cb7074a9261774c491f (patch)
tree3d913f2dcd8ab8aad3ac6550bae136ff793bb3db /gio
parent05448a6befddb83eefa1214ca699efed248c32e5 (diff)
gdbus-codegen: update comment in code to reflect reality
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'gio')
-rw-r--r--gio/gdbus-codegen/codegen.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/gio/gdbus-codegen/codegen.py b/gio/gdbus-codegen/codegen.py
index 2f1230b73..825bb4868 100644
--- a/gio/gdbus-codegen/codegen.py
+++ b/gio/gdbus-codegen/codegen.py
@@ -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;