GNOME Bugzilla – Bug 674777
What's the (transfer) of g_variant_lookup()?
Last modified: 2012-05-28 08:55:22 UTC
We just don't know, the code should say clearly if the values extracted using g_variant_lookup() are owned by the caller or not.
Created attachment 212931 [details] [review] Link to gvariant-format-strings-pointers in getter API
Review of attachment 212931 [details] [review]: I'd change the wording a bit to not just include "copied or borrowed" but also mention that the format string affects the type of arguments. Maybe something like "The format string determines the C types that are used for unpacking the values and also determines if..."
Created attachment 213165 [details] [review] Link to gvariant-format-strings-pointers in getter API
Review of attachment 213165 [details] [review]: Sorry this slipped between the cracks for a while. Looks good in its current form. Thanks.
Attachment 213165 [details] pushed as ae421c9 - Link to gvariant-format-strings-pointers in getter API