]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
cairo-xcb, xcb-iccm, xcb: deprecate in favor of vala-extra-vapis
authorEvan Nemerson <evan@nemerson.com>
Thu, 12 Jun 2014 22:13:08 +0000 (15:13 -0700)
committerEvan Nemerson <evan@nemerson.com>
Thu, 12 Jun 2014 22:13:08 +0000 (15:13 -0700)
vapi/cairo-xcb.vapi
vapi/xcb-icccm.vapi
vapi/xcb.vapi

index 066ac9fea870479fcedc8ea3b17bfc8c81a065d6..fae14efe5ad23d01e86310ad4c34dbdd59b4e1df 100644 (file)
@@ -20,6 +20,7 @@
  *     Jürg Billeter <j@bitron.ch>
  */
 
+[Deprecated (since = "vala-0.26", replacement = "bindings distributed with vala-extra-vapis")]
 namespace Cairo {
        [Compact]
        [CCode (cname = "cairo_surface_t", cheader_filename = "cairo-xcb.h")]
index cdae2b0f7f9faf1d3e079add2451ea9d634e1c64..77cb88d914cfed3f854d190a0b7d3ac3182d95c4 100644 (file)
@@ -22,6 +22,7 @@
 
 using Xcb;
 
+[Deprecated (since = "vala-0.26", replacement = "bindings distributed with vala-extra-vapis")]
 namespace Xcb {
 
        [CCode (lower_case_cprefix = "xcb_icccm_", cheader_filename = "xcb/xcb_icccm.h")]
index 80a62e48fdfd136096e52e83a5e7b214ba7aa476..6575492d8b1a09be25ae362b92e03d124b731401 100644 (file)
@@ -22,6 +22,7 @@
  *  Sergio Costas <raster@rastersoft.com>
  */
 
+[Deprecated (since = "vala-0.26", replacement = "bindings distributed with vala-extra-vapis")]
 [CCode (lower_case_cprefix = "xcb_", cheader_filename = "xcb/xcb.h,xcb/xproto.h")]
 namespace Xcb {
        [Compact]