GNOME Bugzilla – Bug 124419
register GdaProviderInfo and GdaDataSourceInfo boxed types
Last modified: 2004-12-22 21:47:04 UTC
This patch ensures that the GdaProviderInfo and GdaDataSourceInfo types are registered as GTypes, with copy and free functions. This is helpful for language bindings.
Created attachment 20654 [details] [review] boxed_types.patch
Looks good, except for the code formatting, which does not follow the same style as the other code in the same file. So please fix the formatting of the code, and commit, to 1-0 branch and HEAD, if possible.
Do you just mean - the tabs instead of 2 spaces - no space before the open bracket, in a couple of places ?
tabs instead of 2 spaces, opening bracket (for everything but functions) in the same line as the statement it belongs to, etc. I think the HACKING file has a full description of the format.
Committed to both branches.