|
Allocates memory for a new Gda_Server object and initializes struct members.
Returns : | a pointer to a new Gda_Server object. |
void gda_server_free ( |
server: the server to de-allocate.
Frees the memory allocated with gda_server_new() and the memory allocated to struct members.
Param1 : |