Skip to content
  • Thomas Haller's avatar
    core: return remaining lifetime from nm_utils_lifetime_get() · 7459548f
    Thomas Haller authored
    nm_utils_lifetime_get() already has so many arguments.
    Essentially, the function returned %TRUE if and only if the
    lifetime was greater then zero.
    
    Combine the return value and the output argument for the lifetime.
    
    It also matches better the function name: to get the lifetime.
    7459548f