Re: [Vala] Writing binding for non-GLib library using FILE *
- From: Gergely Polonkai <gergely polonkai eu>
- To: Al Thomas <astavale yahoo co uk>, Vala <vala-list gnome org>
- Subject: Re: [Vala] Writing binding for non-GLib library using FILE *
- Date: Wed, 05 Apr 2017 15:33:08 +0000
That I totally forgot, thanks! It is working now.
Al Thomas <astavale yahoo co uk> ezt írta (időpont: 2017. ápr. 5., Sze,
17:28):
From: Gergely Polonkai <gergely polonkai eu>
Sent: Wednesday, 5 April 2017, 16:20
Subject: [Vala] Writing binding for non-GLib library using FILE *
I’m trying to create a binding for libjwt, and one of its functions use
FILE * pointer to save a JWT token to a file. Reading [2] makes me think
I
can use FileStream here, but vala complains:
libjwt.vapi:77.28-77.37: error: The type name `FileStream' could not be
found
FileStream is part of the GLib namespace. I think you either need to make
that explicit, so GLib.FileStream. Alternatively you can include the
namespace in your VAPI by adding:
using GLib;
at the beginning of the VAPI.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]