Skip to content

Replace exo_str_* () with GLib functions

Yongha Hwang requested to merge MShrimp4/thunar:g_string_replace into master

Related : exo#82 (closed)

Requires GLib >= 2.66.0

  • exo_str_is_equal => g_strcmp0 () == 0
  • exo_str_looks_like_an_uri => g_uri_is_valid (uri, G_URI_FLAGS_NONE, NULL)

Merge request reports