CVSROOT:        /cvs/gnome
Module name:    gnomemm
Changes by:     murrayc 06/10/21 05:20:05

Modified files:
        libgdamm       : ChangeLog 
        libgdamm/examples/simple: main.cc 
        libgdamm/libgda/src: client.ccg client.hg connection.ccg 
                             connection.hg datamodel.hg libgda_docs.xml 
                             libgda_enums.defs libgda_methods.defs 
                             object.hg serverprovider.hg 

Log message:
2006-10-21  Murray Cumming  <[EMAIL PROTECTED]>

* libgda/src/libgda_docs.xml: Regenerated.
* libgda/src/libgda_enums.defs: Regenerated with enums.pl
* libgda/src/libgda_methods.defs: Regenerated with h2defs.py
* libgda/src/client.ccg:
* libgda/src/client.hg: Remove ClientSpecsType enum, and
get_provider_specs() method.
Added prepare_create_database() and prepare_drop_database().
Rename create_database() and drop_database() to
perform_create_database() and perform_drop_database(), taking
ServerOperation instead of ParameterList.
* libgda/src/connection.ccg:
* libgda/src/connection.hg: Rename execute_command() methods
to execute_select_command(). There are 2 other execute* functions
to wrap, but I need to find out how the GList result should be used.
Remove create_table(), drop_table(), create_index(), drop_index().
Renamed supports() to supports_feature().
* libgda/src/datamodel.hg: export_to_file(): Added rows parameters.
* libgda/src/object.hg: Renamed changed to signal_emit_changed().
Fixed typo in block_changed() method name.
* libgda/src/serverprovider.hg: Removed get_specs(), perform_action_params(),
create_database_cnc(), drop_database_cnc(), create_table(), drop_table(),
create_index(), drop_index().
supports_operation(): Added ParameterList parameter.
Renamed supports() to supports_feature().
* examples/simple/main.cc: Update for latest API, changing use of
execute_command() to execute_select_command().

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gnomemm&who=murrayc&date=explicit&mindate=2006-10-21%2005:19&maxdate=2006-10-21%2005:21

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to