[Vala] Help with manual binding vapi for old C lib that uses only ASCII.
- From: Jason Martin <agrellum gmail com>
- To: vala-list gnome org
- Subject: [Vala] Help with manual binding vapi for old C lib that uses only ASCII.
- Date: Fri, 10 Jan 2020 20:58:42 -0500
In libgvc.vapi :
[CCode (cname = "gvLayout")]
public int layout (Graph graph, [CCode (type = "char*")] string
layout_engine);
Does [CCode (type = "char*")] limit string to ascii only?
If not should I just use char*?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]