Fix some GObject Introspection warnings

Review Request #2051 — Created Nov. 9, 2022 and submitted

Information

traversity/traversity
default

Reviewers

Fix some GObject Introspection warnings

Ran the build and verified the introspection warnings went away.

Summary ID
Fix some GObject Introspection warnings
4c79773665a93b9a1ec63bdf6a607648f354b468
Description From Last Updated

No need for annotations here? They won't show up on errors.

QuLogicQuLogic
QuLogic
  1. 
      
  2. traversity/traversitycore.h (Diff revision 1)
     
     

    No need for annotations here? They won't show up on errors.

    1. It was yelling at me for the optional, and I took that as I needed to add an (out), but removing the out and it's doesn't care, so I'll do that.

      This output is from the original (nullable) (optional) annotations.

      [8/9] Generating traversity/Traversity-1.0.gir with a custom command (wrapped by meson to set env)
      ../traversity/traversitycore.h:54: Warning: Traversity: invalid "optional" annotation: only valid for out and inout parameters
      
  3. 
      
grim
QuLogic
  1. Ship It!
  2. 
      
grim
Review request changed

Status: Closed (submitted)

Loading...