Google

NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.77+">

GnomeDbConnectionProperties

Name

GnomeDbConnectionProperties -- 

Synopsis



struct      GnomeDbConnectionPropertiesPrivate;
GtkWidget*  gnome_db_connection_properties_new
                                            (GdaConnection *cnc);
GdaConnection* gnome_db_connection_properties_get_connection
                                            (GnomeDbConnectionProperties *props);
void        gnome_db_connection_properties_set_connection
                                            (GnomeDbConnectionProperties *props,
                                             GdaConnection *cnc);

Description

Details

struct GnomeDbConnectionPropertiesPrivate

struct GnomeDbConnectionPropertiesPrivate;


gnome_db_connection_properties_new ()

GtkWidget*  gnome_db_connection_properties_new
                                            (GdaConnection *cnc);

Create a new GnomeDbConnectionProperties widget.

cnc :

a GdaConnection object.

Returns :


gnome_db_connection_properties_get_connection ()

GdaConnection* gnome_db_connection_properties_get_connection
                                            (GnomeDbConnectionProperties *props);

props :

Returns :


gnome_db_connection_properties_set_connection ()

void        gnome_db_connection_properties_set_connection
                                            (GnomeDbConnectionProperties *props,
                                             GdaConnection *cnc);

props :

cnc :