You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix gtk_file_chooser_get_file() GFile reference counting issue.
Added g_object_ref() to ensure returned GFile has independent ownership.
Fix GVariant lifecycle in gtk_file_chooser_get_files().
Properly unref GVariant returned by g_variant_iter_next_value().
Fix compatibility with GLib 2.84.4 which has stricter GObject lifecycle checks.
Package information | 软件包信息
Package repository address | 软件包仓库地址
Changelog | 更新信息
gtk+2.0 (2.24.33-4+deepin1) unstable; urgency=medium
Added g_object_ref() to ensure returned GFile has independent ownership.
Properly unref GVariant returned by g_variant_iter_next_value().
Fix compatibility with GLib 2.84.4 which has stricter GObject lifecycle checks.