Fix wrapping opaque typed records #2440
Annotations
20 warnings
|
|
|
|
|
|
|
|
|
|
src/Libs/GLib-2.0/Public/Uri.Generated.cs#L448
'Uri.ToString()' hides inherited member 'object.ToString()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
src/Libs/GLib-2.0/Public/OptionGroup.Generated.cs#L76
Possible null reference argument for parameter 'func' in 'void OptionGroup.SetTranslateFunc(OptionGroupHandle group, TranslateFunc func, nint data, DestroyNotify destroyNotify)'.
|
src/Libs/GLib-2.0/Public/OptionGroup.Generated.cs#L76
Possible null reference argument for parameter 'destroyNotify' in 'void OptionGroup.SetTranslateFunc(OptionGroupHandle group, TranslateFunc func, nint data, DestroyNotify destroyNotify)'.
|
src/Libs/GLib-2.0/Public/Variant.Generated.cs#L23
Non-nullable field '_children' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/Libs/GLib-2.0/Public/MainContext.Generated.cs#L160
Possible null reference argument for parameter 'function' in 'void MainContext.InvokeFull(MainContextHandle context, int priority, SourceFunc function, nint data, DestroyNotify notify)'.
|
src/Libs/GLib-2.0/Public/MainContext.Generated.cs#L160
Possible null reference argument for parameter 'notify' in 'void MainContext.InvokeFull(MainContextHandle context, int priority, SourceFunc function, nint data, DestroyNotify notify)'.
|
src/Libs/GLib-2.0/Public/Source.cs#L10
Possible null reference argument for parameter 'func' in 'void Source.SetCallback(SourceHandle source, SourceFunc func, nint data, DestroyNotify notify)'.
|
src/Libs/GLib-2.0/Public/Source.cs#L10
Possible null reference argument for parameter 'notify' in 'void Source.SetCallback(SourceHandle source, SourceFunc func, nint data, DestroyNotify notify)'.
|
src/Libs/GLib-2.0/Internal/TranslateFunc.ForeverHandler.Generated.cs#L34
Converting null literal or possible null value to non-nullable type.
|
src/Libs/GLib-2.0/Internal/TranslateFunc.AsyncHandler.Generated.cs#L34
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading