| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libgda-6_0-doc | Distribution: SUSE Linux Enterprise 15 SP6 |
| Version: 6.0.0 | Vendor: openSUSE |
| Release: bp156.4.13 | Build date: Mon May 13 21:33:16 2024 |
| Group: Development/Libraries/C and C++ | Build host: i02-armsrv3 |
| Size: 8331217 | Source RPM: libgda-6.0.0-bp156.4.13.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://www.gnome-db.org/ | |
| Summary: GNU Data Access (GDA) Library -- Developer Documentation | |
GNU Data Access (GDA) is an attempt to provide uniform access to different kinds of data sources (databases, information servers, mail spools, etc). It is a complete architecture that provides everything needed to access data.
GPL-2.0-or-later AND LGPL-2.1-or-later
* Wed Feb 02 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Add bebdffb4de586fb43fd07ac549121f4b22f6812d.patch: Fix
CVE-2021-39359 by forcing TLS certificate validation
(boo#1189849).
- Add libgda-fix-meson-060.patch: Fix build with meson 0.61.0 and
newer.
* Fri Nov 12 2021 Callum Farmer <gmbr3@opensuse.org>
- Add missing library requires to devel package
- Move unversioned report binaries to seperate package
* Mon Sep 06 2021 Dominique Leuenberger <dimstar@opensuse.org>
- Add libgda-no-gtkdoc-markers.patch: Fix build with GNOME 41
stack.
* Mon Jul 26 2021 Andreas Schwab <schwab@suse.de>
- overflow-undefined-behavior.patch: Fix undefined behavior due to signed
integer overflow
* Fri May 21 2021 Callum Farmer <gmbr3@opensuse.org>
- Fix incorrect Requires tag in glade catalog
* Wed Feb 10 2021 Callum Farmer <gmbr3@opensuse.org>
- Update to version 6.0.0:
+ MySQL: now supports version 8.0
+ PostgreSQL now support GdaText values, so take care because
some SELECT operations concatenating strings return
GdaText values instead of strings
+ Lot of memory leaks fixed
+ Added a new module named GdaDB to simplify DDL operations
+ Added database generation from an XML file
+ Updated internal SQLite3 version
+ Added "examples" directory as a target to be built
+ Numerous improvements in CI organization
+ Documentation reorganisation and porting to the new format
+ Code modernized for multiple objects
+ Added new API for GdaConnection object
+ Added uniform LOG_DOMAIN usage between translation units
+ Added Uniform debug code generation
+ Eliminated multiple static global variable
+ Improved code quality for libgda to use -Werror
+ Multiple code improvements, formation, and corrections
+ Batch parsing, should remove spacesa and enters before
return next statement
+ Only PostgreSQL, MySQL and SQLite providers are supported
+ Improved Meson options name and behavior
- Remove libgda-mysql-bool.patch: contained in upstream
- Remove libgda-no-pg_config.patch: contained in upstream
* Wed Feb 03 2021 Callum Farmer <gmbr3@opensuse.org>
- Update to version 5.2.10:
+ MySQL: initial support for JSON type
+ MySQL: test against 8.0
+ GdaParser: remove spaces and enters before next statement
+ GdauiSet: fix gdaui_set_source_get_ref_columns() return value
+ SqlParser: fix Vala bindings
+ Vala: added missing variadic methods to VAPI
+ Removing Python 2 support to use Python 3 by default
+ Glade catalog and pixmaps installation directory
fixed for make distcheck
- Add libgda-mysql-bool.patch: fixes conflicting types
* Wed Nov 25 2020 Dominique Leuenberger <dimstar@opensuse.org>
- Only conditionally build with firebird support, currently
disabled (boo#1179203).
* Sat Jan 25 2020 Dominique Leuenberger <dimstar@opensuse.org>
- No longer recommend -lang: supplements are in use
* Thu Sep 12 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 5.2.9:
+ Fix Sun JRE 1.8 detection.
+ Fix JDK 11.0 detection.
+ Drop unneeded JAVAH variable check.
+ Fix build for System Installed SQLite libs.
+ Non-Dates and Timestamps values returns 'NULL' string when
converted.
+ Fix --with-ui, now UI is buildable when enabled.
- Drop patches fixed upstream:
+ libgda-jre18.patch.
+ libgda-jre9.patch.
+ libgda-jre10.patch.
+ libgda-5.2.4-nojavah.patch.
+ libgda-no-libgee.patch.
+ libgda-enable-gdaui-gi.patch: Fixed upstream.
* Wed Apr 10 2019 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 5.2.8 (bsc#1128934):
+ Fix a typo on sv translation
+ Please note: releases 5.2.6 and 5.2.7 were unable to be
published at downdload.gnome.org
- Changes from version 5.2.4:
+ SQLite provider uses system installed one by default
+ Revome build's date from documentation
+ introspection: removed system install in favor of --prefix
+ Fixed compilation on MacOS
+ All Vala bindings and Vala extensions are built by default
using --enable-vala, added --disable* switch to disable some or
all of them
+ Fixes on outdated unit tests
+ Removed unused Vala extensions
+ GdaConnection has removed the use of g_object_weak_*, improving
multi-threading behaviour
+ Prepared statements now use GWeakRef for weak references
+ GdaDataPivot use instance providers and locking
+ GdaVConnectionDataModel use GRecMutex
+ Updated SQLite to 3.8.11.1
+ Fix SQLCipher build by embedding source code for 3.4.2 version
+ Fix SQLCipher disabling
+ Updated GObject Introspection annotations
+ Fix Doc generation
+ Bugs corrected: #787685 #789382 #761560 #761529 #760420 #761424
[#754263] #754208
+ Corrected HTML output containing <SCRIPT> tag
+ Correct some truncated help strings
+ Don't use (deprecated) g_thread_supported()
+ MySQL meta data: fixed case where schema is incomplete in MySQL
database
+ Allow introspection for gda_sql_builder_add_cond_v()
+ SQLite: handle WITHOUT ROWID without any error
+ Updated translations.
- Rebase libgda-5.2.4-nojavah.patch: most of it was merged in time
for 5.2.8, except one chunk.
- Drop libgda-utf.patch: no longer required.
- Add libgda-no-libgee.patch: do not require libgee, taken from
upstream git.
- Add libgda-enable-gdaui-gi.patch: Fix configure handling of
- -enable-gdaui-gi, taken from git.
- Add libgda-no-pg_config.patch: Don't use pg_config, but rather
pkgconfig: libgda does not build a postgresql server module.
- Pass --with-postgres to configure: ensure to build pgsql support.
* Thu Nov 15 2018 Dominique Leuenberger <dimstar@opensuse.org>
- Update libgda-jre10.patch: Support current and future Java
versions (up to 19).
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Mon Jan 08 2018 fstrba@suse.com
- Added patches:
* libgda-jre10.patch: detect JRE 10's version string.
* libgda-5.2.4-nojavah.patch: instead of javah invocation, use
javac's -h option; this bumps build requirement to
java-devel >= 1.8
- Modified patches:
* libgda-jre18.patch
* libgda-jre9.patch
+ Don't patch generated configure, but the source java.m4 file
- Run spec cleaner and add dependency on autoconf, automake and
libtool in order to regenearate the configure and Makefile.in
files.
* Tue Dec 05 2017 dimstar@opensuse.org
- Build against openSSL 1.0 for now:
+ Add libopenssl-1_0_0-devel BuildRequires.
+ BuilgIgnore openssl (the helper programs): they are not needed
and the build dep would pull in version 1.1, conflicting with
openssl 1.0 devel packages.
* Mon Nov 06 2017 dimstar@opensuse.org
- Update libgda-jre9.patch: be compatible with Java 9.*;
javac -version strips trailing 0, so 9.0 is reported as 9,
whereas 9.0.1 is reported as 9.0.1.
* Tue Oct 03 2017 fstrba@suse.com
- Remove leftover dependency on gcc-java
* Wed Sep 27 2017 dimstar@opensuse.org
- Update libgda-jre9.patch: with the release of JRE 9.0.0, the
version identifier was changed from 9-internal to 9. Change the
patch to accept both variants.
* Thu Sep 14 2017 dimstar@opensuse.org
- Fix build with JRE 9:
+ Add libgda-jre9.patch: detect JRE 9's version string.
- Do not run fdupes across default partition boundaries.
- Run spec-cleaner.
* Tue Sep 12 2017 dimstar@opensuse.org
- Add libgda-utf.patch: Do not use UTF-8 chars in headers parsed
by glib-mkenums. In the build root, this fails otherwise.
* Sat Dec 10 2016 dimstar@opensuse.org
- Automatically find the current version of VALA and pass the
correct string to --enable-vala VALA_API_VERSION=. This allows us
not having to change the .spec every 6 months.
* Thu Sep 15 2016 dimstar@opensuse.org
- Build using Vala 0.34: pass --enable-vala VALA_API_VERSION=0.34
to configure (instead of --enable-vala VALA_API_VERSION=0.32).
* Tue Jul 19 2016 dimstar@opensuse.org
- Drop pkgconfig(fbembed) BuildRequires: pkgconfig(fbclient) is
sufficient (and fbembed no longer exists).
* Fri Apr 15 2016 mgorse@suse.com
- Update to GNOME 3.20 Fate#318572
* Wed Mar 30 2016 dvaleev@suse.com
- Now with Java 1.8, on ppc64le set java arch to ppc64 only
if we build with java 1.5 or 1.6
* Tue Feb 09 2016 dimstar@opensuse.org
- Pass VALA_API_VERSION=0.32 (instead of 0.30) to configure,
following the switch to vala 0.31.x/0.32 tree.
* Fri Sep 04 2015 dimstar@opensuse.org
- Pass VALA_API_VERSION=0.30 (instead of 0.28) to configure.
* Mon Aug 31 2015 normand@linux.vnet.ibm.com
- disable getspARCH change for ppc64le when still using jre 1.7
(required for Leap 42.1)
* Fri Aug 14 2015 dimstar@opensuse.org
- Own %{_datadir}/appdata (Fix build on Leap).
* Mon Jul 20 2015 zaitor@opensuse.org
- Add libgda-jre18.patch: Fix build with JRE 1.8.
* Fri Jul 03 2015 snuxoll@linux.com
- Development package now includes vapi files, add vala
BuildRequies and pass --enabl vala to configure.
* Fri Jun 12 2015 zaitor@opensuse.org
- Update to version 5.2.4:
+ Added missing file in distributed tarball (bgo#750891).
- Changes from version 5.2.3:
+ Improved Vala and introspection.
+ Misc bugs fixed.
+ Bugs fixed: bgo#722531, bgo#722773, bgo#730813, bgo# 742312,
bgo#750191.
+ Updated translations.
* Mon Feb 02 2015 mgorse@suse.com
- Re-enable firebird for s390/s390x.
/usr/share/gtk-doc/html/libgda-6.0 /usr/share/gtk-doc/html/libgda-6.0/Connection.html /usr/share/gtk-doc/html/libgda-6.0/DDL and DB Catalog.html /usr/share/gtk-doc/html/libgda-6.0/Data Handlers.html /usr/share/gtk-doc/html/libgda-6.0/Data Model.html /usr/share/gtk-doc/html/libgda-6.0/DataModels.png /usr/share/gtk-doc/html/libgda-6.0/GdaBatch.html /usr/share/gtk-doc/html/libgda-6.0/GdaBlobOp.html /usr/share/gtk-doc/html/libgda-6.0/GdaColumn.html /usr/share/gtk-doc/html/libgda-6.0/GdaConnection.html /usr/share/gtk-doc/html/libgda-6.0/GdaConnectionEvent.html /usr/share/gtk-doc/html/libgda-6.0/GdaDataAccessWrapper.html /usr/share/gtk-doc/html/libgda-6.0/GdaDataComparator.html /usr/share/gtk-doc/html/libgda-6.0/GdaDataModel.html /usr/share/gtk-doc/html/libgda-6.0/GdaDataModelArray.html /usr/share/gtk-doc/html/libgda-6.0/GdaDataModelDir.html /usr/share/gtk-doc/html/libgda-6.0/GdaDataModelImport.html /usr/share/gtk-doc/html/libgda-6.0/GdaDataModelIter.html /usr/share/gtk-doc/html/libgda-6.0/GdaDataModelIter.png /usr/share/gtk-doc/html/libgda-6.0/GdaDataPivot.html /usr/share/gtk-doc/html/libgda-6.0/GdaDataProxy.html /usr/share/gtk-doc/html/libgda-6.0/GdaDbBase.html /usr/share/gtk-doc/html/libgda-6.0/GdaDbBuildable.html /usr/share/gtk-doc/html/libgda-6.0/GdaDbCatalog.html /usr/share/gtk-doc/html/libgda-6.0/GdaDbColumn.html /usr/share/gtk-doc/html/libgda-6.0/GdaDbFkey.html /usr/share/gtk-doc/html/libgda-6.0/GdaDbIndex.html /usr/share/gtk-doc/html/libgda-6.0/GdaDbIndexField.html /usr/share/gtk-doc/html/libgda-6.0/GdaDbTable.html /usr/share/gtk-doc/html/libgda-6.0/GdaDbView.html /usr/share/gtk-doc/html/libgda-6.0/GdaDdlModifiable.html /usr/share/gtk-doc/html/libgda-6.0/GdaHandlerBin.html /usr/share/gtk-doc/html/libgda-6.0/GdaHandlerBoolean.html /usr/share/gtk-doc/html/libgda-6.0/GdaHandlerNumerical.html /usr/share/gtk-doc/html/libgda-6.0/GdaHandlerString.html /usr/share/gtk-doc/html/libgda-6.0/GdaHandlerTime.html /usr/share/gtk-doc/html/libgda-6.0/GdaHandlerType.html /usr/share/gtk-doc/html/libgda-6.0/GdaHolder.html /usr/share/gtk-doc/html/libgda-6.0/GdaLockable.html /usr/share/gtk-doc/html/libgda-6.0/GdaMetaStore.html /usr/share/gtk-doc/html/libgda-6.0/GdaMetaStruct.html /usr/share/gtk-doc/html/libgda-6.0/GdaPStmt.html /usr/share/gtk-doc/html/libgda-6.0/GdaRepetitiveStatement.html /usr/share/gtk-doc/html/libgda-6.0/GdaRow.html /usr/share/gtk-doc/html/libgda-6.0/GdaServerOperation.html /usr/share/gtk-doc/html/libgda-6.0/GdaServerProvider.html /usr/share/gtk-doc/html/libgda-6.0/GdaSet.html /usr/share/gtk-doc/html/libgda-6.0/GdaSqlBuilder.html /usr/share/gtk-doc/html/libgda-6.0/GdaSqlParser.html /usr/share/gtk-doc/html/libgda-6.0/GdaSqlStatement.html /usr/share/gtk-doc/html/libgda-6.0/GdaStatement.html /usr/share/gtk-doc/html/libgda-6.0/GdaStatement.png /usr/share/gtk-doc/html/libgda-6.0/GdaTransactionStatus.html /usr/share/gtk-doc/html/libgda-6.0/GdaTree.html /usr/share/gtk-doc/html/libgda-6.0/GdaTreeManager.html /usr/share/gtk-doc/html/libgda-6.0/GdaTreeMgrColumns.html /usr/share/gtk-doc/html/libgda-6.0/GdaTreeMgrLabel.html /usr/share/gtk-doc/html/libgda-6.0/GdaTreeMgrSchemas.html /usr/share/gtk-doc/html/libgda-6.0/GdaTreeMgrSelect.html /usr/share/gtk-doc/html/libgda-6.0/GdaTreeMgrTables.html /usr/share/gtk-doc/html/libgda-6.0/GdaTreeNode.html /usr/share/gtk-doc/html/libgda-6.0/GdaVconnectionDataModel.html /usr/share/gtk-doc/html/libgda-6.0/GdaVconnectionHub.html /usr/share/gtk-doc/html/libgda-6.0/GdaVirtualConnection.html /usr/share/gtk-doc/html/libgda-6.0/GdaVirtualProvider.html /usr/share/gtk-doc/html/libgda-6.0/GdaVproviderDataModel.html /usr/share/gtk-doc/html/libgda-6.0/GdaVproviderHub.html /usr/share/gtk-doc/html/libgda-6.0/GdaWorker.html /usr/share/gtk-doc/html/libgda-6.0/GdaXaTransaction.html /usr/share/gtk-doc/html/libgda-6.0/Getting Started.html /usr/share/gtk-doc/html/libgda-6.0/MetaStore1.png /usr/share/gtk-doc/html/libgda-6.0/MetaStore2.png /usr/share/gtk-doc/html/libgda-6.0/Provider.html /usr/share/gtk-doc/html/libgda-6.0/Report.html /usr/share/gtk-doc/html/libgda-6.0/Server Operation.html /usr/share/gtk-doc/html/libgda-6.0/SqlIdentifiers.png /usr/share/gtk-doc/html/libgda-6.0/Statement.html /usr/share/gtk-doc/html/libgda-6.0/Tree Manager.html /usr/share/gtk-doc/html/libgda-6.0/Utilities.html /usr/share/gtk-doc/html/libgda-6.0/annotation-glossary.html /usr/share/gtk-doc/html/libgda-6.0/api-index-full.html /usr/share/gtk-doc/html/libgda-6.0/api.html /usr/share/gtk-doc/html/libgda-6.0/architecture.html /usr/share/gtk-doc/html/libgda-6.0/architecture.png /usr/share/gtk-doc/html/libgda-6.0/ch01s05.html /usr/share/gtk-doc/html/libgda-6.0/compiling.html /usr/share/gtk-doc/html/libgda-6.0/connection-status.png /usr/share/gtk-doc/html/libgda-6.0/data-source.html /usr/share/gtk-doc/html/libgda-6.0/data_proxy1.png /usr/share/gtk-doc/html/libgda-6.0/data_proxy2.png /usr/share/gtk-doc/html/libgda-6.0/data_proxy3.png /usr/share/gtk-doc/html/libgda-6.0/data_proxy4.png /usr/share/gtk-doc/html/libgda-6.0/data_proxy5.png /usr/share/gtk-doc/html/libgda-6.0/data_validation_holder.png /usr/share/gtk-doc/html/libgda-6.0/data_validation_proxy.png /usr/share/gtk-doc/html/libgda-6.0/data_validation_set.png /usr/share/gtk-doc/html/libgda-6.0/features.html /usr/share/gtk-doc/html/libgda-6.0/gda-sql-graph.png /usr/share/gtk-doc/html/libgda-6.0/home.png /usr/share/gtk-doc/html/libgda-6.0/howto-exec.png /usr/share/gtk-doc/html/libgda-6.0/i_s_data_types.png /usr/share/gtk-doc/html/libgda-6.0/index.html /usr/share/gtk-doc/html/libgda-6.0/information_schema.png /usr/share/gtk-doc/html/libgda-6.0/installation-configuring.html /usr/share/gtk-doc/html/libgda-6.0/installation-installing.html /usr/share/gtk-doc/html/libgda-6.0/installation.html /usr/share/gtk-doc/html/libgda-6.0/introduction.html /usr/share/gtk-doc/html/libgda-6.0/left-insensitive.png /usr/share/gtk-doc/html/libgda-6.0/left.png /usr/share/gtk-doc/html/libgda-6.0/libgda-6.0-Attributes-manager.html /usr/share/gtk-doc/html/libgda-6.0/libgda-6.0-Configuration.html /usr/share/gtk-doc/html/libgda-6.0/libgda-6.0-Default-Data-handlers.html /usr/share/gtk-doc/html/libgda-6.0/libgda-6.0-Gda-Value.html /usr/share/gtk-doc/html/libgda-6.0/libgda-6.0-GdaProvider.html /usr/share/gtk-doc/html/libgda-6.0/libgda-6.0-GdaReportDocbookDocument.html /usr/share/gtk-doc/html/libgda-6.0/libgda-6.0-GdaReportDocument.html /usr/share/gtk-doc/html/libgda-6.0/libgda-6.0-GdaReportEngine.html /usr/share/gtk-doc/html/libgda-6.0/libgda-6.0-GdaReportRmlDocument.html /usr/share/gtk-doc/html/libgda-6.0/libgda-6.0-GdaServerOperation-individual-nodes.html /usr/share/gtk-doc/html/libgda-6.0/libgda-6.0-GdaServerOperation-sequences.html /usr/share/gtk-doc/html/libgda-6.0/libgda-6.0-Inter-thread-signal-propagation.html /usr/share/gtk-doc/html/libgda-6.0/libgda-6.0-Libgda-Initialization.html /usr/share/gtk-doc/html/libgda-6.0/libgda-6.0-Logging.html /usr/share/gtk-doc/html/libgda-6.0/libgda-6.0-Misc-API.html /usr/share/gtk-doc/html/libgda-6.0/libgda-6.0-Quark-lists.html /usr/share/gtk-doc/html/libgda-6.0/libgda-6.0-SQL-rendering-API.html /usr/share/gtk-doc/html/libgda-6.0/libgda-6.0-Utility-functions.html /usr/share/gtk-doc/html/libgda-6.0/libgda-6.0.devhelp2 /usr/share/gtk-doc/html/libgda-6.0/object-tree.html /usr/share/gtk-doc/html/libgda-6.0/parser_gen.png /usr/share/gtk-doc/html/libgda-6.0/parser_prov.png /usr/share/gtk-doc/html/libgda-6.0/parts.png /usr/share/gtk-doc/html/libgda-6.0/right-insensitive.png /usr/share/gtk-doc/html/libgda-6.0/right.png /usr/share/gtk-doc/html/libgda-6.0/stmt-compound.png /usr/share/gtk-doc/html/libgda-6.0/stmt-insert1.png /usr/share/gtk-doc/html/libgda-6.0/stmt-insert2.png /usr/share/gtk-doc/html/libgda-6.0/stmt-select.png /usr/share/gtk-doc/html/libgda-6.0/stmt-unknown.png /usr/share/gtk-doc/html/libgda-6.0/stmt-update.png /usr/share/gtk-doc/html/libgda-6.0/style.css /usr/share/gtk-doc/html/libgda-6.0/thread-wrapper.png /usr/share/gtk-doc/html/libgda-6.0/tree-overview.png /usr/share/gtk-doc/html/libgda-6.0/tree-overview2.png /usr/share/gtk-doc/html/libgda-6.0/up-insensitive.png /usr/share/gtk-doc/html/libgda-6.0/up.png /usr/share/gtk-doc/html/libgda-6.0/writable_data_model.png /usr/share/gtk-doc/html/libgdaui-6.0 /usr/share/gtk-doc/html/libgdaui-6.0/Data Cell Renderer.html /usr/share/gtk-doc/html/libgdaui-6.0/Data.html /usr/share/gtk-doc/html/libgdaui-6.0/Entry.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiBasicForm.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiCloud.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiCombo.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiDataCellRendererBin.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiDataCellRendererBoolean.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiDataCellRendererCombo.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiDataCellRendererInfo.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiDataCellRendererPict.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiDataCellRendererTextual.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiDataEntry.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiDataFilter.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiDataProxy.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiDataProxyInfo.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiDataSelector.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiDataStore.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiEntry.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiEntryBin.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiEntryBoolean.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiEntryCidr.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiEntryCombo.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiEntryCommonTime.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiEntryDate.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiEntryFilesel.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiEntryFormat.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiEntryNone.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiEntryNumber.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiEntryPict.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiEntryRt.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiEntryShell.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiEntryString.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiEntryText.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiEntryTime.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiEntryTimestamp.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiEntryWrapper.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiForm.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiFormattedEntry.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiGrid.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiLogin.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiNumericEntry.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiProviderSelector.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiRawForm.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiRawGrid.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiRtEditor.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiServerOperation.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiSet.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiTreeStore.html /usr/share/gtk-doc/html/libgdaui-6.0/GdauiWidgetEmbedder.html /usr/share/gtk-doc/html/libgdaui-6.0/Getting Started.html /usr/share/gtk-doc/html/libgdaui-6.0/Misc.html /usr/share/gtk-doc/html/libgdaui-6.0/annotation-glossary.html /usr/share/gtk-doc/html/libgdaui-6.0/api-index-full.html /usr/share/gtk-doc/html/libgdaui-6.0/home.png /usr/share/gtk-doc/html/libgdaui-6.0/index.html /usr/share/gtk-doc/html/libgdaui-6.0/left-insensitive.png /usr/share/gtk-doc/html/libgdaui-6.0/left.png /usr/share/gtk-doc/html/libgdaui-6.0/libgdaui-6.0-GdauiDsnSelector.html /usr/share/gtk-doc/html/libgdaui-6.0/libgdaui-6.0-GdauiProviderAuthEditor.html /usr/share/gtk-doc/html/libgdaui-6.0/libgdaui-6.0-GdauiProviderSpecEditor.html /usr/share/gtk-doc/html/libgdaui-6.0/libgdaui-6.0-PopupContainer.html /usr/share/gtk-doc/html/libgdaui-6.0/libgdaui-6.0-UI-Utility-functions.html /usr/share/gtk-doc/html/libgdaui-6.0/libgdaui-6.0-common-bin.html /usr/share/gtk-doc/html/libgdaui-6.0/libgdaui-6.0-common-pict.html /usr/share/gtk-doc/html/libgdaui-6.0/libgdaui-6.0-demo-common.html /usr/share/gtk-doc/html/libgdaui-6.0/libgdaui-6.0-gdaui-data-cell-renderer-util.html /usr/share/gtk-doc/html/libgdaui-6.0/libgdaui-6.0-gdaui-decl.html /usr/share/gtk-doc/html/libgdaui-6.0/libgdaui-6.0-gdaui-enums.html /usr/share/gtk-doc/html/libgdaui-6.0/libgdaui-6.0-gdaui-plugin.html /usr/share/gtk-doc/html/libgdaui-6.0/libgdaui-6.0-libgda-ui.html /usr/share/gtk-doc/html/libgdaui-6.0/libgdaui-6.0.devhelp2 /usr/share/gtk-doc/html/libgdaui-6.0/object-tree.html /usr/share/gtk-doc/html/libgdaui-6.0/right-insensitive.png /usr/share/gtk-doc/html/libgdaui-6.0/right.png /usr/share/gtk-doc/html/libgdaui-6.0/style.css /usr/share/gtk-doc/html/libgdaui-6.0/up-insensitive.png /usr/share/gtk-doc/html/libgdaui-6.0/up.png /usr/share/gtk-doc/html/libgdaui-6.0/vi-basic-form.png /usr/share/gtk-doc/html/libgdaui-6.0/vi-cloud.png /usr/share/gtk-doc/html/libgdaui-6.0/vi-combo.png /usr/share/gtk-doc/html/libgdaui-6.0/vi-data-entry.png /usr/share/gtk-doc/html/libgdaui-6.0/vi-filter.png /usr/share/gtk-doc/html/libgdaui-6.0/vi-info.png /usr/share/gtk-doc/html/libgdaui-6.0/vi-login.png /usr/share/gtk-doc/html/libgdaui-6.0/vi-provider-selector.png /usr/share/gtk-doc/html/libgdaui-6.0/vi-raw-grid.png /usr/share/gtk-doc/html/libgdaui-6.0/vi-rte.png /usr/share/gtk-doc/html/libgdaui-6.0/vi-server-op.png
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 16:56:46 2026