send_notification_async


Description:

public async bool send_notification_async (string method, Variant? @params, Cancellable? cancellable) throws Error

Asynchronously calls method with params on the remote peer.

This function will not wait or expect a reply from the peer.

This function is useful when the caller wants to be notified that the bytes have been delivered to the underlying stream. This does not indicate that the peer has received them.

If params is floating then the reference is consumed.

Parameters:

this

A Client

method

The name of the method to call

cancellable

A Cancellable or null

params

A [struct@GLib.Variant] of parameters or null