[Webkit-unassigned] [Bug 247092] New: [GTK4] GdkEvent should be managed by GRefPtr, not GUniquePtr

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 26 15:12:48 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=247092

            Bug ID: 247092
           Summary: [GTK4] GdkEvent should be managed by GRefPtr, not
                    GUniquePtr
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at gnome.org
                CC: bugs-noreply at webkitgtk.org
            Blocks: 210100

In GTK 3, we use GUniquePtr to manage the lifetime of GdkEvents. But in GTK 4, we should switch to GRefPtr instead, rather than using a GUniquePtr that confusingly "deletes" the GdkEvent with gdk_event_unref().


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=210100
[Bug 210100] [META][GTK][GTK4] Support GTK4
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221026/2db80e3e/attachment.htm>


More information about the webkit-unassigned mailing list