BLib

BLib — BLib library initialization

Synopsis




void        b_init                          (void);

Description

Details

b_init ()

void        b_init                          (void);

This function initializes the BLib library. It calls g_type_init() for you, initializes the random number generator and registers some transform functions needed for the deserialization routines.

It is safe to call this function multiple times but you should at least call it once before you use any other BLib functions.