open_async


Description:

[ Deprecated ( since = "3.2" ) ]
public void open_async (bool only_if_exists)

Warning: open_async is deprecated.

Open the calendar asynchronously.

The calendar will emit the "cal_opened" signal when the operation has completed. Since 3.0 is emitted also "cal_opened_ex" signal, which contains a GError pointer from the open operation (NULL when no error occurred). New signal deprecates the old "cal_opened" signal.

Parameters:

only_if_exists

If TRUE, then only open the calendar if it already exists. If FALSE, then create a new calendar if it doesn't already exist.