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