GNOME Bugzilla – Bug 574736
GdaMetaStore functions use gpointer types
Last modified: 2009-03-12 19:13:07 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.
Fixed in svn trunk rev #3349.