Bug 243290 - [GTK4] Consistently use GRefPtr for GdkEvents
Summary: [GTK4] Consistently use GRefPtr for GdkEvents
Status: RESOLVED DUPLICATE of bug 247092
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: GTK4
  Show dependency treegraph
 
Reported: 2022-07-28 06:30 PDT by Alice Mikhaylenko
Modified: 2022-11-09 10:23 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alice Mikhaylenko 2022-07-28 06:30:13 PDT
GdkEvents in GTK4 are refcounted, and https://github.com/WebKit/WebKit/pull/2686 added GRefPtr support for them. We need to use it everywhere instead of GUniquePtr like in GTK3.
Comment 1 Michael Catanzaro 2022-11-09 10:23:45 PST
You found this problem first, but I already have a pull request open against bug #247092, so let's keep that one.

*** This bug has been marked as a duplicate of bug 247092 ***