gda-common

Name

gda-common -- Common functions for GDA clients and providers

Synopsis



void        gda_init                        (const gchar *app_id,
                                             const gchar *version,
                                             gint nargs,
                                             gchar *args[]);

Description

The gda-common library is used by both GDA clients and providers. Thus, it contains lots of useful code for both of them, as well as some layers to hide the underlying technologies (CORBA, configuration database) to GDA application developers.

It also contains some useful stuff that is used internally in other GDA parts, but that you can also use in your programs.

Details

gda_init ()

void        gda_init                        (const gchar *app_id,
                                             const gchar *version,
                                             gint nargs,
                                             gchar *args[]);

app_id :

version :

nargs :

args :