summaryrefslogtreecommitdiff
path: root/vapi/SDL2_net.vapi
diff options
context:
space:
mode:
Diffstat (limited to 'vapi/SDL2_net.vapi')
-rw-r--r--vapi/SDL2_net.vapi8
1 files changed, 4 insertions, 4 deletions
diff --git a/vapi/SDL2_net.vapi b/vapi/SDL2_net.vapi
index e89b769b1..b0530a03e 100644
--- a/vapi/SDL2_net.vapi
+++ b/vapi/SDL2_net.vapi
@@ -27,10 +27,10 @@
* Pedro H. Lara Campos <root@pedrohlc.com>
*/
-[CCode (cprefix = "SDLNet_", cheader_filename = "SDL2/SDL2_net.h")]
+[CCode (cprefix = "SDLNet_", cheader_filename = "SDL2/SDL_net.h")]
namespace SDLNet {
[CCode (cname = "SDLNet_Linked_Version")]
- public static SDL.Version linked ();
+ public static unowned SDL.Version? linked_version ();
[CCode (cname = "SDLNet_Init")]
public static int init ();
@@ -86,7 +86,7 @@ namespace SDLNet {
public int resize (int newsize);
}// UDPPacket
- [CCode (cname = "void")]
+ [CCode (cname = "struct _SDLNet_GenericSocket")]
[Compact]
public class Socket {
public int ready;
@@ -154,7 +154,7 @@ namespace SDLNet {
[CCode (cname = "SDLNet_CheckSockets")]
public int has_data (uint timeout);
- [CCode (cname = "SDLNet_SocketReady ")]
+ [CCode (cname = "SDLNet_SocketReady")]
public int is_ready ();
}// SocketSet
}// SDL