Chapter 5. (gskdbisynchronizedobject.h)

Table of Contents
function gsk_dbi_synchronized_object_iface_get_type
function typedef GskDbiSynchronizedObjectCallback
struct GskDbiSynchronizedObjectIface
function gsk_dbi_synchronized_object_create
function gsk_dbi_synchronized_object_load
function gsk_dbi_synchronized_object_destroy
function gsk_dbi_synchronized_object_add_sync_notify
function gsk_dbi_synchronized_object_dont_sync
function typedef GskDbiSynchronizedObjectDigestFunction
function typedef GskDbiSynchronizedClassCreateCallback
function gsk_dbi_synchronized_object_register_class_dependency
function gsk_dbi_synchronized_object_class_create

Objects conforming to the synchronized object interface can be used for persistent programming. When a synchronized object is created or loaded via the synchronized object methods, the save virtual is automatically attached to the (GtkObject) destroy signal for the object, and if its signature has changed it is automatically temporarily resurrected and saved.

function gsk_dbi_synchronized_object_iface_get_type

GskInterfaceType gsk_dbi_synchronized_object_iface_get_type()

Parameters: none.