Skip to content
  • António Fernandes's avatar
    hash: Explicitly annotate key in iter_next as nullable · c9cd385b
    António Fernandes authored
    There is no reason for key and value to have different annotations.
    Both may return NULL as a valid value.
    
    gpointer typed parameters are nullable by convention, so there is
    no change here. The (nullable) annotation is just for humans really.
    c9cd385b