gda-server

Name

gda-server — one line description goes here.

Synopsis



Gda_Server* gda_server_new                  (void);
void        gda_server_free                 (Gda_Server*);

Description

Details


gda_server_new()

Gda_Server* gda_server_new                  (void);

Allocates memory for a new Gda_Server object and initializes struct members.

Returns : a pointer to a new Gda_Server object.


gda_server_free()

void        gda_server_free                 (Gda_Server*);

server: the server to de-allocate.

Frees the memory allocated with gda_server_new() and the memory allocated to struct members.

Param1 :