Skip to content
  • Emmanuele Bassi's avatar
    Remove filename/URI API from GtkFileChooser · 5f070ff2
    Emmanuele Bassi authored
    GtkFileChooser's API predates GIO by a few years, so it started off with
    filenames and URI as character arrays. After introducing GIO as a
    dependency, the API included GFile-based entry points.
    
    It's much more appropriate to use GFile everywhere, as we want to
    encourage people to use GIO instead of passing random bytes to low level
    POSIX API.
    
    See: #2455
    5f070ff2