Skip to content
Snippets Groups Projects
Commit aa46b938 authored by Yongha Hwang's avatar Yongha Hwang Committed by Alexander Schwinn
Browse files

Replace exo_str_* () with GLib functions

Related : exo#82

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)
parent 61ee3b83
No related merge requests found
Showing
with 51 additions and 51 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment