function gsk_dbi_synchronized_object_create

void gsk_dbi_synchronized_object_create
                (GtkType                        exact_type,
                 GskDbh                              * dbh,
                 gpointer                       create_data,
                 GDestroyNotify                 destroy_create_data,
                 GskDbiSynchronizedObjectCallback callback,
                 gpointer                       callback_data)
This is the proper way to access the create interface method.

Parameters:

exact_type

Exact type of the object to be created in the persistent store.

dbh

The database handle associated with the persistent store.

create_data

Exact type dependent create data.

destroy_create_data

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

callback

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

callback_data

Data passed through unmodified to callback.