From: Robert Ancell Date: Tue, 13 May 2014 21:16:47 +0000 (+1200) Subject: xcb: Set correct C name for Xcb.ScreenIterator.next X-Git-Tag: 0.25.1~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f142dd05864dd3bb116ff2ce839f41e9eaf6bfe;p=thirdparty%2Fvala.git xcb: Set correct C name for Xcb.ScreenIterator.next https://bugzilla.gnome.org/show_bug.cgi?id=730086 --- diff --git a/vapi/xcb.vapi b/vapi/xcb.vapi index 229e4d1d5..e66aa21a6 100644 --- a/vapi/xcb.vapi +++ b/vapi/xcb.vapi @@ -639,6 +639,7 @@ namespace Xcb { public unowned Screen data; public int rem; public int index; + [CCode (cname = "xcb_screen_next")] public static void next (ref ScreenIterator iter); }