Bug 180672 - [WPE][GTK] Replace (allow-none) annotations with (optional) and (nullable)
Summary: [WPE][GTK] Replace (allow-none) annotations with (optional) and (nullable)
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-11 14:17 PST by Michael Catanzaro
Modified: 2017-12-11 14:17 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2017-12-11 14:17:04 PST
(optional) and (nullable) annotations are available since gobject-introspection 1.42, which is old enough for us to depend on now. We should replace our uses of (allow-none) with one or the other, as appropriate.