function typedef GskDbiSynchronizedClassCreateCallback

void (*GskDbiSynchronizedClassCreateCallback)
                (GskDbh                        * dbh,
                 gboolean                       success,
                 gpointer                       callback_data)
Signature for a synchronized object class create callback.

Parameters:

dbh

The database handle associated with the persistent store.

success

Whether or not the requested operation succeeded.

callback_data

Additional data passed through unmodified.