[ Version ( since = "1.0" ) ]
public Sms create_sync (SmsProperties properties, Cancellable? cancellable = null) throws Error
Synchronously creates a new Sms in the modem.
The calling thread is blocked until a reply is received. See create for the asynchronous version of this method.
| this | |
| properties |
A #SmsProperties object with the properties to use. |
| cancellable |
A Cancellable or null. |
|
A newly created Sms, or null if throws is set. The returned value should be freed with unref. |