function typedef GskDbiSynchronizedObjectDigestFunction

void (*GskDbiSynchronizedObjectDigestFunction)
                (gconstpointer                  data,
                 guint                          data_byte_size,
                 gpointer                       digest_data)
Interface for a function used to compute the signature of a synchronized object.

Parameters:

data

A data member of the object to add to the digest.

data_byte_size

The size of the data member in bytes.

digest_data

The digest state, which should not be directly modified.