Hi,

2009/11/7 aaron andersen <aaron.r.ander...@gmail.com>:
> I believe there is an error in the SDLNet bindings.
>
> I'm using vala 0.7.7 and I modified the sdl-net.vapi from this:
>
> [CCode (cname="SDLNet_ResolveHost")]
> public static int from_host(IPAddress address, string host, uint16 port);
>
> to this:
>
> [CCode (cname="SDLNet_ResolveHost")]
> public static int from_host(out IPAddress address, string? host, uint16 port);
Documentation [1] says you're right :-) if you can write a patch for
this (and other errors you find, and attach it to bugzilla.

Abderrahim

[1] http://www.libsdl.org/projects/SDL_net/docs/SDL_net.html#SEC15
_______________________________________________
Vala-list mailing list
Vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to