[ CCode ( cname = "xapp_favorites_rename" ) ]
[ Version ( since = "2.0" ) ]
public void rename (string old_uri, string new_uri)
Removes old_uri and adds new_uri.
This is mainly for file managers to use as a convenience instead of add/remove, and guarantees the result, without having to worry about multiple dbus calls (gsettings).
| old_uri |
the old favorite's uri. |
| new_uri |
The new uri. |