This commit marks the weak_object parameter of rest_proxy_call_run_async as
nullable.
rest_proxy_call_add_headers ellipsis="1"
rest_proxy_call_add_params ellipsis="1"
rest_proxy_call_async name="run_async"
+rest_proxy_call_async.weak_object nullable="1"
rest_proxy_call_async.userdata hidden="1"
RestProxyCallAsyncCallback.userdata hidden="1"
RestProxyCallAsyncCallback.error nullable="1"
public void remove_param (string param);
public bool run (out unowned GLib.MainLoop loop) throws GLib.Error;
[CCode (cname = "rest_proxy_call_async")]
- public bool run_async (Rest.ProxyCallAsyncCallback callback, GLib.Object weak_object) throws GLib.Error;
+ public bool run_async (Rest.ProxyCallAsyncCallback callback, GLib.Object? weak_object) throws GLib.Error;
public void set_function (string function);
public void set_method (string method);
public bool sync () throws GLib.Error;