create_call_sync


Description:

[ Version ( since = "1.6" ) ]
public Call create_call_sync (CallProperties properties, Cancellable? cancellable = null) throws Error

Synchronously creates a new Call in the modem.

The calling thread is blocked until a reply is received. See create_call for the asynchronous version of this method.

Parameters:

this

A ModemVoice.

properties

A typeof (unichar2) CallProperties object with the properties to use.

cancellable

A Cancellable or null.

Returns:

A newly created Call, or null if error is set. The returned value should be freed with unref.