Skip to content
  • Philip Withnall's avatar
    gicon: Clarify GVariant refcounting in docs · f6ed9503
    Philip Withnall authored
    
    
    Slightly unexpectedly, `g_icon_serialize()` doesn’t produce a floating
    `GVariant`, it produces one with full ownership and returns that. That’s
    not the convention for `GVariant` return values from functions which
    build variants, but there’s nothing we can do to change this now as that
    would be an API break.
    
    Signed-off-by: default avatarPhilip Withnall <withnall@endlessm.com>
    f6ed9503