I found that in the declarations of macro for the types of the
objects, don't follow a convention of GLib: G_TYPE_*

I think that following that convetion the macro defining the type of
the object must look like:

#define GNOME_DB_TYPE_* ( gnome_db_*_get_type() )

but in the libgnomedb most of the types are difined like:

#define GNOME_DB_*_TYPE ( gnome_db_*_get_type() )

but I think that is out of the convention of GLib declarations.

-- 
Trabajar, la mejor arma para tu superación
_______________________________________________
gnome-db-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-db-list

Reply via email to