[Vala] uchar and uint8. Same? Different?
- From: Sandino Flores Moreno <tigrux gmail com>
- To: vala-list gnome org
- Subject: [Vala] uchar and uint8. Same? Different?
- Date: Wed, 17 Feb 2010 15:03:14 -0600
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?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]