Skip to content
  • Dan Winship's avatar
    libnm-glib: more ensure_inited() fixing · a4f450aa
    Dan Winship authored
    We need to do _nm_object_ensure_inited() /
    _nm_remote_settings_ensure_inited() from the get_property()
    implementations; in most cases, get_property() just calls another
    accessor method (which will call _nm_object_ensure_inited()), but in a
    few places, it reads priv->whatever directly, so we need to make sure
    that it's valid.
    a4f450aa