Skip to content
  • Niels De Graef's avatar
    Add (nullable) if applicable · 5f92ced1
    Niels De Graef authored and Jehan's avatar Jehan committed
    Basically this commit makes sure that all return values that are marked
    as "Returns:" also have a `(nullable)` annotation if it is mentioned on
    the same line that NULL can also be returned.
    
    This will prevent a few problems in GObject-introspection.
    5f92ced1