Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Xfce
thunar
Merge requests
!236
Replace exo_str_* () with GLib functions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Yongha Hwang
requested to merge
MShrimp4/thunar:g_string_replace
into
master
May 18, 2022
Overview
9
Commits
1
Pipelines
11
Changes
15
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)