void gsk_dbi_synchronized_object_create (GtkType exact_type, GskDbh * dbh, gpointer create_data, GDestroyNotify destroy_create_data, GskDbiSynchronizedObjectCallback callback, gpointer callback_data) |
Parameters:
Exact type of the object to be created in the persistent store.
The database handle associated with the persistent store.
Exact type dependent create data.
This is called when the create_data is no longer in use.
Callback to execute when finished. Note the callback is executed whether or not creation succeeds.
Data passed through unmodified to callback.