GNOME Data Access manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
struct GdaServerPrivate; GdaServer* gda_server_new (const gchar *factory_iid); void gda_server_register_component (GdaServer *server, const char *iid, GType type); void gda_server_unregister_component (GdaServer *server, const char *iid); |
GdaServer* gda_server_new (const gchar *factory_iid); |
Creates a new GdaServer object, which is the main object you should create when creating new providers or other extension components.
void gda_server_register_component (GdaServer *server, const char *iid, GType type); |
Registers a component on the given GdaServer object. If successfull, the server will be able to create instances of the component specified.