[ Version ( since = "0.3.0-beta" ) ]
public Result<G> ok ()
Ensures this result holds a value, not an error.
If this holds an error, fails with GLib.error. Otherwise, returns this.
Future implementation: Waits until the future is completed if not yet completed.
this result if no error |