Re: [gnome-db] Gda GdaSet vapi error
Piotr Pokora <[email protected]>
| Newsgroups | gmane.comp.gnome.db,gmane.comp.programming.vala |
|---|---|
| Message-ID | <[email protected]> |
Hi! >> > This method is specific because it expects the last argument to be of the > correct GdaHolder's type (ie. gchar * for G_TYPE_STRING, gint for > G_TYPE_INT, ...). And this is not correctly handled by the automatic tool > such as vapigen of GObjectIntrospection generator (as a matter of fact this > method is excluded from introspection). vapigen and g-ir-xyz are two different things. It might be hidden for GIR files but if not explicitly marked as hidden in vapi metadata file will be available for vala. va_list in this function could be resolved in vapi metadata file. No idea about GError being the second argument. Piotras