Binary compatibility report for the libgda library between 3.0.4 and 3.1.1 versions on x86
Test Info
Library Name | libgda |
Version #1 | 3.0.4 |
Version #2 | 3.1.1 |
CPU Architecture | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 103 |
Total Shared Libraries | 3 |
Total Symbols / Types | 1617 / 476 |
Verdict | Incompatible (32.34%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 47 |
Removed Symbols | High | 523 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Other Changes | - | 2 |
Added Symbols (47)
gda-connection-private.h,
libgda-3.0.so.3.0.0
gda_connection_add_prepared_statement ( GdaConnection* cnc, GdaQuery* query, gpointer prepared_stmt )
gda_connection_del_prepared_statement ( GdaConnection* cnc, GdaQuery* query )
gda_connection_destroy_prepared_statement_hash ( GdaConnection* cnc )
gda_connection_force_status ( GdaConnection* cnc, gboolean opened )
gda_connection_get_prepared_statement ( GdaConnection* cnc, GdaQuery* query )
gda_connection_init_prepared_statement_hash ( GdaConnection* cnc, GDestroyNotify stmt_destroy_func )
gda-data-model-bdb.h,
libgda-3.0.so.3.0.0
gda_data_model_bdb_get_type ( )
gda_data_model_bdb_new ( gchar const* filename, gchar const* db_name )
gda-data-model-dir.h,
libgda-3.0.so.3.0.0
gda_data_model_dir_get_type ( )
gda_data_model_dir_new ( gchar const* basedir )
gda-data-model.h,
libgda-3.0.so.3.0.0
gda_data_model_get_column_name ( GdaDataModel* model, gint col )
gda_data_model_set_column_name ( GdaDataModel* model, gint col, gchar const* name )
gda-report-document.h,
libgda-report-3.0.so.3.0.0
gda_report_document_run_as_html ( GdaReportDocument* doc, gchar const* filename, GError** error )
gda_report_document_run_as_pdf ( GdaReportDocument* doc, gchar const* filename, GError** error )
gda_report_document_set_template ( GdaReportDocument* doc, gchar const* file )
gda-report-engine.h,
libgda-report-3.0.so.3.0.0
gda_report_engine_declare_object ( GdaReportEngine* engine, GObject* object, gchar const* obj_name )
gda_report_engine_find_declared_object ( GdaReportEngine* engine, GType obj_type, gchar const* obj_name )
gda_report_engine_get_type ( )
gda_report_engine_new ( xmlNodePtr spec_node )
gda_report_engine_new_from_file ( gchar const* spec_file_name )
gda_report_engine_new_from_string ( gchar const* spec_string )
gda_report_engine_run_as_doc ( GdaReportEngine* engine, GError** error )
gda_report_engine_run_as_node ( GdaReportEngine* engine, GError** error )
gda-report-rml-document.h,
libgda-report-3.0.so.3.0.0
gda_report_rml_document_get_type ( )
gda_report_rml_document_new ( GdaReportEngine* engine )
gda-server-provider.h,
libgda-3.0.so.3.0.0
gda_server_provider_create_connection ( GdaClient* client, GdaServerProvider* provider, gchar const* dsn, gchar const* username, gchar const* password, GdaConnectionOptions options )
gda_server_provider_create_connection_from_string ( GdaClient* client, GdaServerProvider* provider, gchar const* cnc_string, gchar const* username, gchar const* password, GdaConnectionOptions options )
gda-util.h,
libgda-3.0.so.3.0.0
gda_alphanum_to_text ( gchar* text )
gda_text_to_alphanum ( gchar const* text )
gda-vconnection-data-model.h,
libgda-virtual-3.0.so
gda_vconnection_data_model_add ( GdaVconnectionDataModel* cnc, GdaVconnectionDataModelSpec* spec, GDestroyNotify spec_free_func, gchar const* table_name, GError** error )
gda_vconnection_data_model_add_model ( GdaVconnectionDataModel* cnc, GdaDataModel* model, gchar const* table_name, GError** error )
gda_vconnection_data_model_foreach ( GdaVconnectionDataModel* cnc, GdaVConnectionDataModelFunc func, gpointer data )
gda_vconnection_data_model_get_model ( GdaVconnectionDataModel* cnc, gchar const* table_name )
gda_vconnection_data_model_get_table_name ( GdaVconnectionDataModel* cnc, GdaDataModel* model )
gda_vconnection_data_model_get_type ( )
gda_vconnection_data_model_remove ( GdaVconnectionDataModel* cnc, gchar const* table_name, GError** error )
gda-vconnection-hub.h,
libgda-virtual-3.0.so
gda_vconnection_hub_add ( GdaVconnectionHub* hub, GdaConnection* cnc, gchar const* ns, GError** error )
gda_vconnection_hub_foreach ( GdaVconnectionHub* hub, GdaVConnectionHubFunc func, gpointer data )
gda_vconnection_hub_get_connection ( GdaVconnectionHub* cnc, gchar const* ns )
gda_vconnection_hub_get_type ( )
gda_vconnection_hub_remove ( GdaVconnectionHub* hub, GdaConnection* cnc, GError** error )
gda-virtual-connection.h,
libgda-virtual-3.0.so
gda_virtual_connection_get_type ( )
gda-virtual-provider.h,
libgda-virtual-3.0.so
gda_virtual_provider_get_type ( )
gda-vprovider-data-model.h,
libgda-virtual-3.0.so
gda_vprovider_data_model_get_type ( )
gda_vprovider_data_model_new ( )
gda-vprovider-hub.h,
libgda-virtual-3.0.so
gda_vprovider_hub_get_type ( )
gda_vprovider_hub_new ( )
to the top
Removed Symbols (523)
gda-enum-types.h,
libgda-3.0.so.3.0.0
gda_general_create_table_flag_get_type ( )
gda-report-document.h,
libgda-report-3.0.so.3.0.0
gda_report_document_get_root_item ( GdaReportDocument* document )
gda_report_document_get_valid ( GdaReportDocument* document )
gda_report_document_new ( GdaReportValid* valid )
gda_report_document_new_from_string ( gchar const* xml, GdaReportValid* valid )
gda_report_document_new_from_uri ( gchar const* uri, GdaReportValid* valid )
gda_report_document_save_file ( char const* filename, GdaReportDocument* document )
gda_report_document_set_root_item ( GdaReportDocument* document, GdaReportItem* item )
gda_report_document_to_dom ( GdaReportDocument* document )
gda-report-item-detail.h,
libgda-report-3.0.so.3.0.0
gda_report_item_detail_add_element ( GdaReportItem* detail, GdaReportItem* element )
gda_report_item_detail_get_active ( GdaReportItem* item )
gda_report_item_detail_get_bgcolor ( GdaReportItem* item )
gda_report_item_detail_get_bordercolor ( GdaReportItem* item )
gda_report_item_detail_get_borderstyle ( GdaReportItem* item )
gda_report_item_detail_get_borderwidth ( GdaReportItem* item )
gda_report_item_detail_get_commaseparator ( GdaReportItem* item )
gda_report_item_detail_get_currency ( GdaReportItem* item )
gda_report_item_detail_get_dateformat ( GdaReportItem* item )
gda_report_item_detail_get_fgcolor ( GdaReportItem* item )
gda_report_item_detail_get_first_item ( GdaReportItem* detail )
gda_report_item_detail_get_fontfamily ( GdaReportItem* item )
gda_report_item_detail_get_fontitalic ( GdaReportItem* item )
gda_report_item_detail_get_fontsize ( GdaReportItem* item )
gda_report_item_detail_get_fontweight ( GdaReportItem* item )
gda_report_item_detail_get_halignment ( GdaReportItem* item )
gda_report_item_detail_get_height ( GdaReportItem* item )
gda_report_item_detail_get_label_by_id ( GdaReportItem* detail, gchar const* id )
gda_report_item_detail_get_linecolor ( GdaReportItem* item )
gda_report_item_detail_get_linestyle ( GdaReportItem* item )
gda_report_item_detail_get_linewidth ( GdaReportItem* item )
gda_report_item_detail_get_negvaluecolor ( GdaReportItem* item )
gda_report_item_detail_get_next_item ( GdaReportItem* detail, GdaReportItem* item )
gda_report_item_detail_get_pagefreq ( GdaReportItem* item )
gda_report_item_detail_get_precision ( GdaReportItem* item )
gda_report_item_detail_get_query ( GdaReportItem* item )
gda_report_item_detail_get_repfield_by_id ( GdaReportItem* detail, gchar const* id )
gda_report_item_detail_get_type ( )
gda_report_item_detail_get_valignment ( GdaReportItem* item )
gda_report_item_detail_get_visible ( GdaReportItem* item )
gda_report_item_detail_get_wordwrap ( GdaReportItem* item )
gda_report_item_detail_new ( GdaReportValid* valid )
gda_report_item_detail_new_from_dom ( xmlNodePtr node )
gda_report_item_detail_remove ( GdaReportItem* item )
gda_report_item_detail_set_active ( GdaReportItem* item, gchar const* value )
gda_report_item_detail_set_bgcolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_detail_set_bordercolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_detail_set_borderstyle ( GdaReportItem* item, gchar const* value )
gda_report_item_detail_set_borderwidth ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_detail_set_commaseparator ( GdaReportItem* item, gchar const* value )
gda_report_item_detail_set_currency ( GdaReportItem* item, gchar const* value )
gda_report_item_detail_set_dateformat ( GdaReportItem* item, gchar const* value )
gda_report_item_detail_set_fgcolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_detail_set_fontfamily ( GdaReportItem* item, gchar const* value )
gda_report_item_detail_set_fontitalic ( GdaReportItem* item, gchar const* value )
gda_report_item_detail_set_fontsize ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_detail_set_fontweight ( GdaReportItem* item, gchar const* value )
gda_report_item_detail_set_halignment ( GdaReportItem* item, gchar const* value )
gda_report_item_detail_set_height ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_detail_set_linecolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_detail_set_linestyle ( GdaReportItem* item, gchar const* value )
gda_report_item_detail_set_linewidth ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_detail_set_negvaluecolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_detail_set_pagefreq ( GdaReportItem* item, gchar const* value )
gda_report_item_detail_set_precision ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_detail_set_query ( GdaReportItem* item, gchar const* value )
gda_report_item_detail_set_valignment ( GdaReportItem* item, gchar const* value )
gda_report_item_detail_set_visible ( GdaReportItem* item, gchar const* value )
gda_report_item_detail_set_wordwrap ( GdaReportItem* item, gchar const* value )
gda_report_item_detail_to_dom ( GdaReportItem* item )
gda-report-item-label.h,
libgda-report-3.0.so.3.0.0
gda_report_item_label_get_active ( GdaReportItem* item )
gda_report_item_label_get_bgcolor ( GdaReportItem* item )
gda_report_item_label_get_bordercolor ( GdaReportItem* item )
gda_report_item_label_get_borderstyle ( GdaReportItem* item )
gda_report_item_label_get_borderwidth ( GdaReportItem* item )
gda_report_item_label_get_fgcolor ( GdaReportItem* item )
gda_report_item_label_get_fontfamily ( GdaReportItem* item )
gda_report_item_label_get_fontitalic ( GdaReportItem* item )
gda_report_item_label_get_fontsize ( GdaReportItem* item )
gda_report_item_label_get_fontweight ( GdaReportItem* item )
gda_report_item_label_get_halignment ( GdaReportItem* item )
gda_report_item_label_get_height ( GdaReportItem* item )
gda_report_item_label_get_id ( GdaReportItem* item )
gda_report_item_label_get_text ( GdaReportItem* item )
gda_report_item_label_get_type ( )
gda_report_item_label_get_valignment ( GdaReportItem* item )
gda_report_item_label_get_visible ( GdaReportItem* item )
gda_report_item_label_get_width ( GdaReportItem* item )
gda_report_item_label_get_wordwrap ( GdaReportItem* item )
gda_report_item_label_get_x ( GdaReportItem* item )
gda_report_item_label_get_y ( GdaReportItem* item )
gda_report_item_label_new ( GdaReportValid* valid, gchar const* id )
gda_report_item_label_new_from_dom ( xmlNodePtr node )
gda_report_item_label_remove ( GdaReportItem* item )
gda_report_item_label_set_active ( GdaReportItem* item, gchar const* value )
gda_report_item_label_set_bgcolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_label_set_bordercolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_label_set_borderstyle ( GdaReportItem* item, gchar const* value )
gda_report_item_label_set_borderwidth ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_label_set_fgcolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_label_set_fontfamily ( GdaReportItem* item, gchar const* value )
gda_report_item_label_set_fontitalic ( GdaReportItem* item, gchar const* value )
gda_report_item_label_set_fontsize ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_label_set_fontweight ( GdaReportItem* item, gchar const* value )
gda_report_item_label_set_halignment ( GdaReportItem* item, gchar const* value )
gda_report_item_label_set_height ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_label_set_id ( GdaReportItem* item, gchar const* value )
gda_report_item_label_set_text ( GdaReportItem* item, gchar const* value )
gda_report_item_label_set_valignment ( GdaReportItem* item, gchar const* value )
gda_report_item_label_set_visible ( GdaReportItem* item, gchar const* value )
gda_report_item_label_set_width ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_label_set_wordwrap ( GdaReportItem* item, gchar const* value )
gda_report_item_label_set_x ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_label_set_y ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_label_to_dom ( GdaReportItem* item )
gda-report-item-pagefooter.h,
libgda-report-3.0.so.3.0.0
gda_report_item_pagefooter_add_element ( GdaReportItem* pagefooter, GdaReportItem* element )
gda_report_item_pagefooter_get_active ( GdaReportItem* item )
gda_report_item_pagefooter_get_bgcolor ( GdaReportItem* item )
gda_report_item_pagefooter_get_bordercolor ( GdaReportItem* item )
gda_report_item_pagefooter_get_borderstyle ( GdaReportItem* item )
gda_report_item_pagefooter_get_borderwidth ( GdaReportItem* item )
gda_report_item_pagefooter_get_commaseparator ( GdaReportItem* item )
gda_report_item_pagefooter_get_currency ( GdaReportItem* item )
gda_report_item_pagefooter_get_dateformat ( GdaReportItem* item )
gda_report_item_pagefooter_get_fgcolor ( GdaReportItem* item )
gda_report_item_pagefooter_get_fontfamily ( GdaReportItem* item )
gda_report_item_pagefooter_get_fontitalic ( GdaReportItem* item )
gda_report_item_pagefooter_get_fontsize ( GdaReportItem* item )
gda_report_item_pagefooter_get_fontweight ( GdaReportItem* item )
gda_report_item_pagefooter_get_halignment ( GdaReportItem* item )
gda_report_item_pagefooter_get_height ( GdaReportItem* item )
gda_report_item_pagefooter_get_label_by_id ( GdaReportItem* pagefooter, gchar const* id )
gda_report_item_pagefooter_get_linecolor ( GdaReportItem* item )
gda_report_item_pagefooter_get_linestyle ( GdaReportItem* item )
gda_report_item_pagefooter_get_linewidth ( GdaReportItem* item )
gda_report_item_pagefooter_get_negvaluecolor ( GdaReportItem* item )
gda_report_item_pagefooter_get_pagefreq ( GdaReportItem* item )
gda_report_item_pagefooter_get_positionfreq ( GdaReportItem* item )
gda_report_item_pagefooter_get_precision ( GdaReportItem* item )
gda_report_item_pagefooter_get_repfield_by_id ( GdaReportItem* pagefooter, gchar const* id )
gda_report_item_pagefooter_get_type ( )
gda_report_item_pagefooter_get_valignment ( GdaReportItem* item )
gda_report_item_pagefooter_get_visible ( GdaReportItem* item )
gda_report_item_pagefooter_get_wordwrap ( GdaReportItem* item )
gda_report_item_pagefooter_new ( GdaReportValid* valid )
gda_report_item_pagefooter_new_from_dom ( xmlNodePtr node )
gda_report_item_pagefooter_remove ( GdaReportItem* item )
gda_report_item_pagefooter_set_active ( GdaReportItem* item, gchar const* value )
gda_report_item_pagefooter_set_bgcolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_pagefooter_set_bordercolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_pagefooter_set_borderstyle ( GdaReportItem* item, gchar const* value )
gda_report_item_pagefooter_set_borderwidth ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_pagefooter_set_commaseparator ( GdaReportItem* item, gchar const* value )
gda_report_item_pagefooter_set_currency ( GdaReportItem* item, gchar const* value )
gda_report_item_pagefooter_set_dateformat ( GdaReportItem* item, gchar const* value )
gda_report_item_pagefooter_set_fgcolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_pagefooter_set_fontfamily ( GdaReportItem* item, gchar const* value )
gda_report_item_pagefooter_set_fontitalic ( GdaReportItem* item, gchar const* value )
gda_report_item_pagefooter_set_fontsize ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_pagefooter_set_fontweight ( GdaReportItem* item, gchar const* value )
gda_report_item_pagefooter_set_halignment ( GdaReportItem* item, gchar const* value )
gda_report_item_pagefooter_set_height ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_pagefooter_set_linecolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_pagefooter_set_linestyle ( GdaReportItem* item, gchar const* value )
gda_report_item_pagefooter_set_linewidth ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_pagefooter_set_negvaluecolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_pagefooter_set_pagefreq ( GdaReportItem* item, gchar const* value )
gda_report_item_pagefooter_set_positionfreq ( GdaReportItem* item, gchar const* value )
gda_report_item_pagefooter_set_precision ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_pagefooter_set_valignment ( GdaReportItem* item, gchar const* value )
gda_report_item_pagefooter_set_visible ( GdaReportItem* item, gchar const* value )
gda_report_item_pagefooter_set_wordwrap ( GdaReportItem* item, gchar const* value )
gda_report_item_pagefooter_to_dom ( GdaReportItem* item )
gda-report-item-pageheader.h,
libgda-report-3.0.so.3.0.0
gda_report_item_pageheader_add_element ( GdaReportItem* pageheader, GdaReportItem* element )
gda_report_item_pageheader_get_active ( GdaReportItem* item )
gda_report_item_pageheader_get_bgcolor ( GdaReportItem* item )
gda_report_item_pageheader_get_bordercolor ( GdaReportItem* item )
gda_report_item_pageheader_get_borderstyle ( GdaReportItem* item )
gda_report_item_pageheader_get_borderwidth ( GdaReportItem* item )
gda_report_item_pageheader_get_commaseparator ( GdaReportItem* item )
gda_report_item_pageheader_get_currency ( GdaReportItem* item )
gda_report_item_pageheader_get_dateformat ( GdaReportItem* item )
gda_report_item_pageheader_get_fgcolor ( GdaReportItem* item )
gda_report_item_pageheader_get_fontfamily ( GdaReportItem* item )
gda_report_item_pageheader_get_fontitalic ( GdaReportItem* item )
gda_report_item_pageheader_get_fontsize ( GdaReportItem* item )
gda_report_item_pageheader_get_fontweight ( GdaReportItem* item )
gda_report_item_pageheader_get_halignment ( GdaReportItem* item )
gda_report_item_pageheader_get_height ( GdaReportItem* item )
gda_report_item_pageheader_get_label_by_id ( GdaReportItem* pageheader, gchar const* id )
gda_report_item_pageheader_get_linecolor ( GdaReportItem* item )
gda_report_item_pageheader_get_linestyle ( GdaReportItem* item )
gda_report_item_pageheader_get_linewidth ( GdaReportItem* item )
gda_report_item_pageheader_get_negvaluecolor ( GdaReportItem* item )
gda_report_item_pageheader_get_pagefreq ( GdaReportItem* item )
gda_report_item_pageheader_get_positionfreq ( GdaReportItem* item )
gda_report_item_pageheader_get_precision ( GdaReportItem* item )
gda_report_item_pageheader_get_repfield_by_id ( GdaReportItem* pageheader, gchar const* id )
gda_report_item_pageheader_get_type ( )
gda_report_item_pageheader_get_valignment ( GdaReportItem* item )
gda_report_item_pageheader_get_visible ( GdaReportItem* item )
gda_report_item_pageheader_get_wordwrap ( GdaReportItem* item )
gda_report_item_pageheader_new ( GdaReportValid* valid )
gda_report_item_pageheader_new_from_dom ( xmlNodePtr node )
gda_report_item_pageheader_remove ( GdaReportItem* item )
gda_report_item_pageheader_set_active ( GdaReportItem* item, gchar const* value )
gda_report_item_pageheader_set_bgcolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_pageheader_set_bordercolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_pageheader_set_borderstyle ( GdaReportItem* item, gchar const* value )
gda_report_item_pageheader_set_borderwidth ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_pageheader_set_commaseparator ( GdaReportItem* item, gchar const* value )
gda_report_item_pageheader_set_currency ( GdaReportItem* item, gchar const* value )
gda_report_item_pageheader_set_dateformat ( GdaReportItem* item, gchar const* value )
gda_report_item_pageheader_set_fgcolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_pageheader_set_fontfamily ( GdaReportItem* item, gchar const* value )
gda_report_item_pageheader_set_fontitalic ( GdaReportItem* item, gchar const* value )
gda_report_item_pageheader_set_fontsize ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_pageheader_set_fontweight ( GdaReportItem* item, gchar const* value )
gda_report_item_pageheader_set_halignment ( GdaReportItem* item, gchar const* value )
gda_report_item_pageheader_set_height ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_pageheader_set_linecolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_pageheader_set_linestyle ( GdaReportItem* item, gchar const* value )
gda_report_item_pageheader_set_linewidth ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_pageheader_set_negvaluecolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_pageheader_set_pagefreq ( GdaReportItem* item, gchar const* value )
gda_report_item_pageheader_set_positionfreq ( GdaReportItem* item, gchar const* value )
gda_report_item_pageheader_set_precision ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_pageheader_set_valignment ( GdaReportItem* item, gchar const* value )
gda_report_item_pageheader_set_visible ( GdaReportItem* item, gchar const* value )
gda_report_item_pageheader_set_wordwrap ( GdaReportItem* item, gchar const* value )
gda_report_item_pageheader_to_dom ( GdaReportItem* item )
gda-report-item-repfield.h,
libgda-report-3.0.so.3.0.0
gda_report_item_repfield_get_active ( GdaReportItem* item )
gda_report_item_repfield_get_bgcolor ( GdaReportItem* item )
gda_report_item_repfield_get_bordercolor ( GdaReportItem* item )
gda_report_item_repfield_get_borderstyle ( GdaReportItem* item )
gda_report_item_repfield_get_borderwidth ( GdaReportItem* item )
gda_report_item_repfield_get_commaseparator ( GdaReportItem* item )
gda_report_item_repfield_get_currency ( GdaReportItem* item )
gda_report_item_repfield_get_datatype ( GdaReportItem* item )
gda_report_item_repfield_get_dateformat ( GdaReportItem* item )
gda_report_item_repfield_get_fgcolor ( GdaReportItem* item )
gda_report_item_repfield_get_fontfamily ( GdaReportItem* item )
gda_report_item_repfield_get_fontitalic ( GdaReportItem* item )
gda_report_item_repfield_get_fontsize ( GdaReportItem* item )
gda_report_item_repfield_get_fontweight ( GdaReportItem* item )
gda_report_item_repfield_get_halignment ( GdaReportItem* item )
gda_report_item_repfield_get_height ( GdaReportItem* item )
gda_report_item_repfield_get_id ( GdaReportItem* item )
gda_report_item_repfield_get_negvaluecolor ( GdaReportItem* item )
gda_report_item_repfield_get_precision ( GdaReportItem* item )
gda_report_item_repfield_get_query ( GdaReportItem* item )
gda_report_item_repfield_get_type ( )
gda_report_item_repfield_get_valignment ( GdaReportItem* item )
gda_report_item_repfield_get_value ( GdaReportItem* item )
gda_report_item_repfield_get_visible ( GdaReportItem* item )
gda_report_item_repfield_get_width ( GdaReportItem* item )
gda_report_item_repfield_get_wordwrap ( GdaReportItem* item )
gda_report_item_repfield_get_x ( GdaReportItem* item )
gda_report_item_repfield_get_y ( GdaReportItem* item )
gda_report_item_repfield_new ( GdaReportValid* valid, gchar const* id )
gda_report_item_repfield_new_from_dom ( xmlNodePtr node )
gda_report_item_repfield_remove ( GdaReportItem* item )
gda_report_item_repfield_set_active ( GdaReportItem* item, gchar const* value )
gda_report_item_repfield_set_bgcolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_repfield_set_bordercolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_repfield_set_borderstyle ( GdaReportItem* item, gchar const* value )
gda_report_item_repfield_set_borderwidth ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_repfield_set_commaseparator ( GdaReportItem* item, gchar const* value )
gda_report_item_repfield_set_currency ( GdaReportItem* item, gchar const* value )
gda_report_item_repfield_set_datatype ( GdaReportItem* item, gchar const* value )
gda_report_item_repfield_set_dateformat ( GdaReportItem* item, gchar const* value )
gda_report_item_repfield_set_fgcolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_repfield_set_fontfamily ( GdaReportItem* item, gchar const* value )
gda_report_item_repfield_set_fontitalic ( GdaReportItem* item, gchar const* value )
gda_report_item_repfield_set_fontsize ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_repfield_set_fontweight ( GdaReportItem* item, gchar const* value )
gda_report_item_repfield_set_halignment ( GdaReportItem* item, gchar const* value )
gda_report_item_repfield_set_height ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_repfield_set_id ( GdaReportItem* item, gchar const* value )
gda_report_item_repfield_set_negvaluecolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_repfield_set_precision ( GdaReportItem* item, gchar const* value )
gda_report_item_repfield_set_query ( GdaReportItem* item, gchar const* value )
gda_report_item_repfield_set_valignment ( GdaReportItem* item, gchar const* value )
gda_report_item_repfield_set_value ( GdaReportItem* item, gchar const* value )
gda_report_item_repfield_set_visible ( GdaReportItem* item, gchar const* value )
gda_report_item_repfield_set_width ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_repfield_set_wordwrap ( GdaReportItem* item, gchar const* value )
gda_report_item_repfield_set_x ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_repfield_set_y ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_repfield_to_dom ( GdaReportItem* item )
gda-report-item-report.h,
libgda-report-3.0.so.3.0.0
gda_report_item_report_add_nth_pagefooter ( GdaReportItem* report, GdaReportItem* pagefooter, gint position )
gda_report_item_report_add_nth_pageheader ( GdaReportItem* report, GdaReportItem* pageheader, gint position )
gda_report_item_report_add_sqlquery ( GdaReportItem* report, GdaReportItem* sqlquery )
gda_report_item_report_get_bgcolor ( GdaReportItem* item )
gda_report_item_report_get_bordercolor ( GdaReportItem* item )
gda_report_item_report_get_borderstyle ( GdaReportItem* item )
gda_report_item_report_get_borderwidth ( GdaReportItem* item )
gda_report_item_report_get_bottommargin ( GdaReportItem* item )
gda_report_item_report_get_commaseparator ( GdaReportItem* item )
gda_report_item_report_get_currency ( GdaReportItem* item )
gda_report_item_report_get_dateformat ( GdaReportItem* item )
gda_report_item_report_get_detail ( GdaReportItem* item )
gda_report_item_report_get_fgcolor ( GdaReportItem* item )
gda_report_item_report_get_fontfamily ( GdaReportItem* item )
gda_report_item_report_get_fontitalic ( GdaReportItem* item )
gda_report_item_report_get_fontsize ( GdaReportItem* item )
gda_report_item_report_get_fontweight ( GdaReportItem* item )
gda_report_item_report_get_halignment ( GdaReportItem* item )
gda_report_item_report_get_label_by_id ( GdaReportItem* report, gchar const* id )
gda_report_item_report_get_leftmargin ( GdaReportItem* item )
gda_report_item_report_get_linecolor ( GdaReportItem* item )
gda_report_item_report_get_linestyle ( GdaReportItem* item )
gda_report_item_report_get_linewidth ( GdaReportItem* item )
gda_report_item_report_get_negvaluecolor ( GdaReportItem* item )
gda_report_item_report_get_nth_pagefooter ( GdaReportItem* report, gint position )
gda_report_item_report_get_nth_pageheader ( GdaReportItem* report, gint position )
gda_report_item_report_get_orientation ( GdaReportItem* item )
gda_report_item_report_get_pagefooterlist_length ( GdaReportItem* report )
gda_report_item_report_get_pageheaderlist_length ( GdaReportItem* report )
gda_report_item_report_get_pagesize ( GdaReportItem* item )
gda_report_item_report_get_precision ( GdaReportItem* item )
gda_report_item_report_get_repfield_by_id ( GdaReportItem* report, gchar const* id )
gda_report_item_report_get_reportfooter ( GdaReportItem* item )
gda_report_item_report_get_reportheader ( GdaReportItem* item )
gda_report_item_report_get_reportstyle ( GdaReportItem* item )
gda_report_item_report_get_rightmargin ( GdaReportItem* item )
gda_report_item_report_get_sqlquery ( GdaReportItem* report, char const* id )
gda_report_item_report_get_topmargin ( GdaReportItem* item )
gda_report_item_report_get_type ( )
gda_report_item_report_get_units ( GdaReportItem* item )
gda_report_item_report_get_valignment ( GdaReportItem* item )
gda_report_item_report_get_wordwrap ( GdaReportItem* item )
gda_report_item_report_new ( GdaReportValid* valid )
gda_report_item_report_new_from_dom ( xmlNodePtr node )
gda_report_item_report_set_bgcolor ( GdaReportItem* item, GdaReportColor* color )
gda_report_item_report_set_bordercolor ( GdaReportItem* item, GdaReportColor* color )
gda_report_item_report_set_borderstyle ( GdaReportItem* item, gchar const* value )
gda_report_item_report_set_borderwidth ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_report_set_bottommargin ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_report_set_commaseparator ( GdaReportItem* item, gchar const* value )
gda_report_item_report_set_currency ( GdaReportItem* item, gchar const* value )
gda_report_item_report_set_dateformat ( GdaReportItem* item, gchar const* value )
gda_report_item_report_set_detail ( GdaReportItem* report, GdaReportItem* detail )
gda_report_item_report_set_fgcolor ( GdaReportItem* item, GdaReportColor* color )
gda_report_item_report_set_fontfamily ( GdaReportItem* item, gchar const* value )
gda_report_item_report_set_fontitalic ( GdaReportItem* item, gchar const* value )
gda_report_item_report_set_fontsize ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_report_set_fontweight ( GdaReportItem* item, gchar const* value )
gda_report_item_report_set_halignment ( GdaReportItem* item, gchar const* value )
gda_report_item_report_set_leftmargin ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_report_set_linecolor ( GdaReportItem* item, GdaReportColor* color )
gda_report_item_report_set_linestyle ( GdaReportItem* item, gchar const* value )
gda_report_item_report_set_linewidth ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_report_set_negvaluecolor ( GdaReportItem* item, GdaReportColor* color )
gda_report_item_report_set_orientation ( GdaReportItem* item, gchar const* value )
gda_report_item_report_set_pagesize ( GdaReportItem* item, gchar const* value )
gda_report_item_report_set_precision ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_report_set_reportfooter ( GdaReportItem* report, GdaReportItem* footer )
gda_report_item_report_set_reportheader ( GdaReportItem* report, GdaReportItem* header )
gda_report_item_report_set_reportstyle ( GdaReportItem* item, gchar const* value )
gda_report_item_report_set_rightmargin ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_report_set_topmargin ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_report_set_units ( GdaReportItem* item, gchar const* value )
gda_report_item_report_set_valignment ( GdaReportItem* item, gchar const* value )
gda_report_item_report_set_wordwrap ( GdaReportItem* item, gchar const* value )
gda-report-item-reportfooter.h,
libgda-report-3.0.so.3.0.0
gda_report_item_reportfooter_add_element ( GdaReportItem* reportfooter, GdaReportItem* element )
gda_report_item_reportfooter_get_active ( GdaReportItem* item )
gda_report_item_reportfooter_get_bgcolor ( GdaReportItem* item )
gda_report_item_reportfooter_get_bordercolor ( GdaReportItem* item )
gda_report_item_reportfooter_get_borderstyle ( GdaReportItem* item )
gda_report_item_reportfooter_get_borderwidth ( GdaReportItem* item )
gda_report_item_reportfooter_get_commaseparator ( GdaReportItem* item )
gda_report_item_reportfooter_get_currency ( GdaReportItem* item )
gda_report_item_reportfooter_get_dateformat ( GdaReportItem* item )
gda_report_item_reportfooter_get_fgcolor ( GdaReportItem* item )
gda_report_item_reportfooter_get_fontfamily ( GdaReportItem* item )
gda_report_item_reportfooter_get_fontitalic ( GdaReportItem* item )
gda_report_item_reportfooter_get_fontsize ( GdaReportItem* item )
gda_report_item_reportfooter_get_fontweight ( GdaReportItem* item )
gda_report_item_reportfooter_get_halignment ( GdaReportItem* item )
gda_report_item_reportfooter_get_height ( GdaReportItem* item )
gda_report_item_reportfooter_get_label_by_id ( GdaReportItem* reportfooter, gchar const* id )
gda_report_item_reportfooter_get_linecolor ( GdaReportItem* item )
gda_report_item_reportfooter_get_linestyle ( GdaReportItem* item )
gda_report_item_reportfooter_get_linewidth ( GdaReportItem* item )
gda_report_item_reportfooter_get_negvaluecolor ( GdaReportItem* item )
gda_report_item_reportfooter_get_newpage ( GdaReportItem* item )
gda_report_item_reportfooter_get_precision ( GdaReportItem* item )
gda_report_item_reportfooter_get_repfield_by_id ( GdaReportItem* reportfooter, gchar const* id )
gda_report_item_reportfooter_get_type ( )
gda_report_item_reportfooter_get_valignment ( GdaReportItem* item )
gda_report_item_reportfooter_get_visible ( GdaReportItem* item )
gda_report_item_reportfooter_get_wordwrap ( GdaReportItem* item )
gda_report_item_reportfooter_new ( GdaReportValid* valid )
gda_report_item_reportfooter_new_from_dom ( xmlNodePtr node )
gda_report_item_reportfooter_remove ( GdaReportItem* item )
gda_report_item_reportfooter_set_active ( GdaReportItem* item, gchar const* value )
gda_report_item_reportfooter_set_bgcolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_reportfooter_set_bordercolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_reportfooter_set_borderstyle ( GdaReportItem* item, gchar const* value )
gda_report_item_reportfooter_set_borderwidth ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_reportfooter_set_commaseparator ( GdaReportItem* item, gchar const* value )
gda_report_item_reportfooter_set_currency ( GdaReportItem* item, gchar const* value )
gda_report_item_reportfooter_set_dateformat ( GdaReportItem* item, gchar const* value )
gda_report_item_reportfooter_set_fgcolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_reportfooter_set_fontfamily ( GdaReportItem* item, gchar const* value )
gda_report_item_reportfooter_set_fontitalic ( GdaReportItem* item, gchar const* value )
gda_report_item_reportfooter_set_fontsize ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_reportfooter_set_fontweight ( GdaReportItem* item, gchar const* value )
gda_report_item_reportfooter_set_halignment ( GdaReportItem* item, gchar const* value )
gda_report_item_reportfooter_set_height ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_reportfooter_set_linecolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_reportfooter_set_linestyle ( GdaReportItem* item, gchar const* value )
gda_report_item_reportfooter_set_linewidth ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_reportfooter_set_negvaluecolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_reportfooter_set_newpage ( GdaReportItem* item, gchar const* value )
gda_report_item_reportfooter_set_precision ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_reportfooter_set_valignment ( GdaReportItem* item, gchar const* value )
gda_report_item_reportfooter_set_visible ( GdaReportItem* item, gchar const* value )
gda_report_item_reportfooter_set_wordwrap ( GdaReportItem* item, gchar const* value )
gda_report_item_reportfooter_to_dom ( GdaReportItem* item )
gda-report-item-reportheader.h,
libgda-report-3.0.so.3.0.0
gda_report_item_reportheader_add_element ( GdaReportItem* reportheader, GdaReportItem* element )
gda_report_item_reportheader_get_active ( GdaReportItem* item )
gda_report_item_reportheader_get_bgcolor ( GdaReportItem* item )
gda_report_item_reportheader_get_bordercolor ( GdaReportItem* item )
gda_report_item_reportheader_get_borderstyle ( GdaReportItem* item )
gda_report_item_reportheader_get_borderwidth ( GdaReportItem* item )
gda_report_item_reportheader_get_commaseparator ( GdaReportItem* item )
gda_report_item_reportheader_get_currency ( GdaReportItem* item )
gda_report_item_reportheader_get_dateformat ( GdaReportItem* item )
gda_report_item_reportheader_get_fgcolor ( GdaReportItem* item )
gda_report_item_reportheader_get_fontfamily ( GdaReportItem* item )
gda_report_item_reportheader_get_fontitalic ( GdaReportItem* item )
gda_report_item_reportheader_get_fontsize ( GdaReportItem* item )
gda_report_item_reportheader_get_fontweight ( GdaReportItem* item )
gda_report_item_reportheader_get_halignment ( GdaReportItem* item )
gda_report_item_reportheader_get_height ( GdaReportItem* item )
gda_report_item_reportheader_get_label_by_id ( GdaReportItem* reportheader, gchar const* id )
gda_report_item_reportheader_get_linecolor ( GdaReportItem* item )
gda_report_item_reportheader_get_linestyle ( GdaReportItem* item )
gda_report_item_reportheader_get_linewidth ( GdaReportItem* item )
gda_report_item_reportheader_get_negvaluecolor ( GdaReportItem* item )
gda_report_item_reportheader_get_newpage ( GdaReportItem* item )
gda_report_item_reportheader_get_precision ( GdaReportItem* item )
gda_report_item_reportheader_get_repfield_by_id ( GdaReportItem* reportheader, gchar const* id )
gda_report_item_reportheader_get_type ( )
gda_report_item_reportheader_get_valignment ( GdaReportItem* item )
gda_report_item_reportheader_get_visible ( GdaReportItem* item )
gda_report_item_reportheader_get_wordwrap ( GdaReportItem* item )
gda_report_item_reportheader_new ( GdaReportValid* valid )
gda_report_item_reportheader_new_from_dom ( xmlNodePtr node )
gda_report_item_reportheader_remove ( GdaReportItem* item )
gda_report_item_reportheader_set_active ( GdaReportItem* item, gchar const* value )
gda_report_item_reportheader_set_bgcolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_reportheader_set_bordercolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_reportheader_set_borderstyle ( GdaReportItem* item, gchar const* value )
gda_report_item_reportheader_set_borderwidth ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_reportheader_set_commaseparator ( GdaReportItem* item, gchar const* value )
gda_report_item_reportheader_set_currency ( GdaReportItem* item, gchar const* value )
gda_report_item_reportheader_set_dateformat ( GdaReportItem* item, gchar const* value )
gda_report_item_reportheader_set_fgcolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_reportheader_set_fontfamily ( GdaReportItem* item, gchar const* value )
gda_report_item_reportheader_set_fontitalic ( GdaReportItem* item, gchar const* value )
gda_report_item_reportheader_set_fontsize ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_reportheader_set_fontweight ( GdaReportItem* item, gchar const* value )
gda_report_item_reportheader_set_halignment ( GdaReportItem* item, gchar const* value )
gda_report_item_reportheader_set_height ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_reportheader_set_linecolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_reportheader_set_linestyle ( GdaReportItem* item, gchar const* value )
gda_report_item_reportheader_set_linewidth ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_reportheader_set_negvaluecolor ( GdaReportItem* item, GdaReportColor* value )
gda_report_item_reportheader_set_newpage ( GdaReportItem* item, gchar const* value )
gda_report_item_reportheader_set_precision ( GdaReportItem* item, GdaReportNumber* number )
gda_report_item_reportheader_set_valignment ( GdaReportItem* item, gchar const* value )
gda_report_item_reportheader_set_visible ( GdaReportItem* item, gchar const* value )
gda_report_item_reportheader_set_wordwrap ( GdaReportItem* item, gchar const* value )
gda_report_item_reportheader_to_dom ( GdaReportItem* item )
gda-report-item-sqlquery.h,
libgda-report-3.0.so.3.0.0
gda_report_item_sqlquery_get_id ( GdaReportItem* item )
gda_report_item_sqlquery_get_sql ( GdaReportItem* item )
gda_report_item_sqlquery_get_type ( )
gda_report_item_sqlquery_new ( GdaReportValid* valid, gchar const* id, gchar const* sql )
gda_report_item_sqlquery_new_from_dom ( xmlNodePtr node )
gda_report_item_sqlquery_remove ( GdaReportItem* item )
gda_report_item_sqlquery_set_id ( GdaReportItem* item, gchar const* value )
gda_report_item_sqlquery_set_sql ( GdaReportItem* item, gchar const* sql )
gda_report_item_sqlquery_to_dom ( GdaReportItem* item )
gda-report-item.h,
libgda-report-3.0.so.3.0.0
gda_report_item_add_child ( GdaReportItem* parent, GdaReportItem* child )
gda_report_item_add_next ( GdaReportItem* item, GdaReportItem* new_item )
gda_report_item_add_previous ( GdaReportItem* item, GdaReportItem* new_item )
gda_report_item_belongs_to_report_document ( GdaReportItem* item )
gda_report_item_get_attribute ( GdaReportItem* item, gchar const* name )
gda_report_item_get_child_by_id ( GdaReportItem* parent, gchar const* id )
gda_report_item_get_content ( GdaReportItem* item )
gda_report_item_get_first_child ( GdaReportItem* parent )
gda_report_item_get_inherit_attribute ( GdaReportItem* item, gchar const* name )
gda_report_item_get_item_type ( GdaReportItem* item )
gda_report_item_get_next_child ( GdaReportItem* parent, GdaReportItem* item )
gda_report_item_get_report ( GdaReportItem* item )
gda_report_item_get_type ( )
gda_report_item_new ( GdaReportValid* valid, gchar const* name )
gda_report_item_new_from_dom ( xmlNodePtr node )
gda_report_item_remove ( GdaReportItem* item )
gda_report_item_replace ( GdaReportItem* item, GdaReportItem* new_item )
gda_report_item_set_attribute ( GdaReportItem* item, gchar const* name, gchar const* value )
gda_report_item_set_content ( GdaReportItem* item, gchar const* content )
gda_report_item_to_dom ( GdaReportItem* item )
gda-report-result.h,
libgda-report-3.0.so.3.0.0
gda_report_result_get_type ( )
gda_report_result_new_to_memory ( GdaReportDocument* document )
gda_report_result_new_to_uri ( gchar const* uri, GdaReportDocument* document )
gda-report-types.h,
libgda-report-3.0.so.3.0.0
gda_report_types_color_new ( guint8 red, guint8 blue, guint8 yellow )
gda_report_types_color_to_value ( GdaReportColor* color )
gda_report_types_number_new ( gdouble value )
gda_report_types_number_to_double ( GdaReportNumber* number )
gda_report_types_number_to_value ( GdaReportNumber* number )
gda_report_types_value_to_color ( gchar* value )
gda_report_types_value_to_number ( gchar* value )
gda-report-valid.h,
libgda-report-3.0.so.3.0.0
gda_report_valid_get_type ( )
gda_report_valid_load ( )
gda_report_valid_new_from_dom ( xmlDtdPtr dtd )
gda_report_valid_to_dom ( GdaReportValid* valid )
gda_report_valid_validate_attribute ( GdaReportValid* valid, gchar const* element_name, gchar const* attribute_name, gchar const* value )
gda_report_valid_validate_document ( GdaReportValid* valid, xmlDocPtr document )
gda_report_valid_validate_element ( GdaReportValid* valid, xmlNodePtr element )
libgda.h,
libgda-3.0.so.3.0.0
gda_create_table_full ( GdaConnection* cnn, gchar const* table_name, GError** error, ... )
to the top
Problems with Symbols, Low Severity (1)
gda-query.h,
libgda-3.0.so.3.0.0
[+] gda_query_get_sql_text ( GdaQuery* query ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from gchar const* to gchar*. | Replacement of return type may indicate a change in its semantic meaning. |
to the top
Other Changes in Data Types (2)
gda-connection-event.h
[+] enum GdaConnectionEventType (1)
| Change |
Effect |
1 | The member GDA_CONNECTION_EVENT_COMMAND with value 3 has been added. | No effect. |
[+] affected symbols (3)
gda_connection_event_get_event_type ( GdaConnectionEvent* event )Return value has type 'GdaConnectionEventType'.
gda_connection_event_new ( GdaConnectionEventType type )1st parameter 'type' has type 'GdaConnectionEventType'.
gda_connection_event_set_event_type ( GdaConnectionEvent* event, GdaConnectionEventType type )2nd parameter 'type' has type 'GdaConnectionEventType'.
gda-renderer.h
[+] enum GdaRendererOptions (1)
| Change |
Effect |
1 | The member GDA_RENDERER_PARAMS_AS_QMARK with value 64 has been added. | No effect. |
[+] affected symbols (1)
gda_renderer_render_as_sql ( GdaRenderer* iface, GdaParameterList* context, GSList** out_params_used, GdaRendererOptions options, GError** error )4th parameter 'options' has type 'GdaRendererOptions'.
to the top
Header Files (103)
gda-blob-op.h
gda-client.h
gda-column-index.h
gda-column.h
gda-command.h
gda-config.h
gda-connection-event.h
gda-connection-private.h
gda-connection.h
gda-data-access-wrapper.h
gda-data-handler.h
gda-data-model-array.h
gda-data-model-extra.h
gda-data-model-filter-sql.h
gda-data-model-hash.h
gda-data-model-import.h
gda-data-model-index.h
gda-data-model-iter.h
gda-data-model-private.h
gda-data-model-query.h
gda-data-model-row.h
gda-data-model.h
gda-data-proxy.h
gda-decl.h
gda-dict-aggregate.h
gda-dict-constraint.h
gda-dict-database.h
gda-dict-field.h
gda-dict-function.h
gda-dict-private.h
gda-dict-reg-aggregates.h
gda-dict-reg-functions.h
gda-dict-reg-graphs.h
gda-dict-reg-queries.h
gda-dict-reg-types.h
gda-dict-table.h
gda-dict-type.h
gda-dict.h
gda-entity-field.h
gda-entity.h
gda-enum-types.h
gda-enums.h
gda-graph-item.h
gda-graph-query.h
gda-graph.h
gda-graphviz.h
gda-handler-bin.h
gda-handler-boolean.h
gda-handler-numerical.h
gda-handler-string.h
gda-handler-time.h
gda-handler-type.h
gda-log.h
gda-marshal.h
gda-object-ref.h
gda-object.h
gda-parameter-list.h
gda-parameter-util.h
gda-parameter.h
gda-quark-list.h
gda-query-condition.h
gda-query-field-agg.h
gda-query-field-all.h
gda-query-field-field.h
gda-query-field-func.h
gda-query-field-value.h
gda-query-field.h
gda-query-join.h
gda-query-object.h
gda-query-parsing.h
gda-query-private.h
gda-query-target.h
gda-query.h
gda-referer.h
gda-renderer.h
gda-report-document.h
gda-report-item-detail.h
gda-report-item-label.h
gda-report-item-pagefooter.h
gda-report-item-pageheader.h
gda-report-item-repfield.h
gda-report-item-report.h
gda-report-item-reportfooter.h
gda-report-item-reportheader.h
gda-report-item-sqlquery.h
gda-report-item.h
gda-report-result.h
gda-report-types.h
gda-report-valid.h
gda-report.h
gda-row.h
gda-server-operation.h
gda-server-provider-extra.h
gda-server-provider.h
gda-sql-delimiter.h
gda-threader.h
gda-transaction-status-private.h
gda-transaction-status.h
gda-util.h
gda-value.h
gda-xml-storage.h
libgda.h
sql_parser.h
to the top
Shared Libraries (3)
libgda-3.0.so.3.0.0
libgda-report-3.0.so.3.0.0
libgdasql-3.0.so.3.0.0
to the top