gio::functionsFunction dbus_escape_object_path
Source 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().
the string to escape
§Returns
an escaped version of @s. Free with g_free().