function gsk_dbi_synchronized_object_load

void gsk_dbi_synchronized_object_load
                (GtkType                        exact_type,
                 GskDbh                              * dbh,
                 gpointer                       primary_key,
                 GDestroyNotify                 destroy_key,
                 GskDbiSynchronizedObjectCallback callback,
                 gpointer                       callback_data)
This is the proper way to access the load interface method.

Parameters:

exact_type

Exact type of the object to be loaded from the persistent store.

dbh

The database handle associated with the persistent store.

primary_key

Exact type dependent load data.

destroy_key

This is called when the primary_key is no longer in use.

callback

Callback to execute when finished. Note the callback is executed whether or not loading succeeds.

callback_data

Data passed through unmodified to callback.