After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 574736 - GdaMetaStore functions use gpointer types
GdaMetaStore functions use gpointer types
Status: RESOLVED FIXED
Product: libgda
Classification: Other
Component: Client library
3.99.x
Other Linux
: Normal normal
: ---
Assigned To: malerba
gnome-db Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-10 10:44 UTC by Murray Cumming
Modified: 2009-03-12 19:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Murray Cumming 2009-03-10 10:44:42 UTC
The GdaMetaStore "meta-changed" and "suggest-update" signals use gpointer instead of a specific type. That's very ugly.

The documentation for "meta-changed" doesn't even say what type it is. Maybe you mean GList* or GSList*.
http://library.gnome.org/devel/libgda/unstable/GdaMetaStore.html#GdaMetaStore-meta-changed

The suggest-update signal should probably be documented as only for use by providers.
Comment 1 malerba 2009-03-12 19:13:07 UTC
Fixed in svn trunk rev #3349.