[ Version ( deprecated = true , deprecated_since = "1.22" ) ]
public bool save (Cancellable? cancellable = null) throws Error
Warning: save is deprecated since 1.22.
Saves the connection to disk if the connection has changes that have not yet been written to disk, or if the connection has never been saved.
Use save_async or GDBusConnection.
this |
the RemoteConnection |
cancellable |
a Cancellable, or null |
true on success, false on error, in which case throws will be set. |