From: gregor herrmann Date: Mon, 19 Dec 2011 19:09:05 +0000 (+0100) Subject: libgps19 -> 20 X-Git-Url: https://git.toastfreeware.priv.at/gregoa/zavai.git/commitdiff_plain/20ff62574b838c7b897a8fcffaea0a9c3f2b2890 libgps19 -> 20 --- diff --git a/src/libgps.vapi b/src/libgps.vapi index da29fcd..10a82b2 100644 --- a/src/libgps.vapi +++ b/src/libgps.vapi @@ -112,7 +112,7 @@ namespace libgps public const int STATUS_FIX; /* yes, without DGPS */ public const int STATUS_DGPS_FIX; /* yes, with DGPS */ - [CCode (cname = "gps_open_r")] + [CCode (cname = "gps_open")] public int open_r(string server, string port, ref data_t gpsdata); [CCode (cname = "gps_close")] @@ -121,7 +121,7 @@ namespace libgps [CCode (cname = "gps_errstr")] public weak string errstr(int err); - [CCode (cname = "gps_poll")] + [CCode (cname = "gps_read")] public int poll(ref data_t gpsdata); [CCode (cname = "gps_waiting")]