Skip to content
  • Christian Hergert's avatar
    fix const'ness of search-path usage in various managers · f18d85fd
    Christian Hergert authored
    These should be "const gchar * const *" since we're breakin API/ABI
    anyway. This is not an ABI break, but it will cause warnings in existing
    code that was passing "gchar**". This is more correct however since we
    do not take any references or mutate the strings, or pointer to strings.
    f18d85fd