pub fn dbus_escape_object_path(s: &str) -> GString
Available on crate feature v2_68 only.
Expand description

This is a language binding friendly version of g_dbus_escape_object_path_bytestring().

s

the string to escape

Returns

an escaped version of s. Free with g_free().