@accepts(guint) @returns(gpointer) def get_type_data(expected_size)
Retrieves a pointer to the entry's type-specific data, checking that the size of the data structure matches what is expected. Callers should use the RHYTHMDB_ENTRY_GET_TYPE_DATA macro for a slightly more friendly interface to this functionality.
expected_size : |
expected size of the type-specific data. |
Returns : |
type-specific data pointer |