]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
xcb: Set correct C name for Xcb.ScreenIterator.next
authorRobert Ancell <robert.ancell@canonical.com>
Tue, 13 May 2014 21:16:47 +0000 (09:16 +1200)
committerRobert Ancell <robert.ancell@canonical.com>
Tue, 13 May 2014 21:16:47 +0000 (09:16 +1200)
https://bugzilla.gnome.org/show_bug.cgi?id=730086

vapi/xcb.vapi

index 229e4d1d52562661db73ffc45888c0877c5598f7..e66aa21a65dc9b8a21ab09e864db811c3205a350 100644 (file)
@@ -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);
        }