| Top |
| CallsRecordStore * | calls_record_store_new () |
| GListModel * | calls_record_store_get_list_model () |
| gboolean | calls_record_store_is_busy () |
GListModel *
calls_record_store_get_list_model (CallsRecordStore *Param1);
gboolean
calls_record_store_is_busy (CallsRecordStore *self);
Check whether there are async database operations in flight. It
is only save to dispose the record store when this function returns
FALSE.
“db-done” signalvoid user_function (CallsRecordStore *callsrecordstore, gboolean arg1, gpointer user_data)
Flags: Run Last