Skip to content
Commit 0d0a9bb4 authored by David Zeuthen's avatar David Zeuthen
Browse files

GDBusConnection: Document memory management semantics for get_property()

Turns out we are leaking non-floating GVariant instances returned by
get_property() functions.

Also avoid imprecise language such as "newly-allocated GVariant" as
this doesn't specify whether the variant can be floating or not.

Also see https://bugzilla.gnome.org/show_bug.cgi?id=627974

 as it is
very related to this change.

Signed-off-by: default avatarDavid Zeuthen <davidz@redhat.com>
parent d31c1c86
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment