Hello.

I noticed that gstreamer has this declaration:

GstBuffer {
 uint8 *data;
}

However, the corresponding .vapi has
class Gst.buffer {
  uchar[] data;
}

I know uchar and uint8 are the same in C.
And, apparently for vala too.

So, the question is:

Can we assume uint8 is the same than uchar in vala?
_______________________________________________
Vala-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to