Skip to content
  • Thomas Haller's avatar
    shared: move NM_UTILS_ERROR to shared-utils · 72216f73
    Thomas Haller authored
    NM_UTILS_ERROR is our way to say, that we don't care about
    the GError domain and code. nmcli sometimes passes domain "1"
    and code "0" to g_set_error(), which could be considered
    a bug.
    
    We usually don't care about the error but only about the error
    message, so let's have a universally available error quark around.
    72216f73